home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Desktop Special Edition 1.1
/
SGI Desktop Special Edition 1.1.iso
/
dist
/
netscape.idb
/
usr
/
lib
/
X11
/
zh_TW.ucns
/
app-defaults
/
Netscape.z
/
Netscape
Wrap
Text File
|
1995-11-13
|
136KB
|
2,995 lines
! Netscape.ad-tw --- Taiwanese app-defaults file for Netscape 1.12IS.
!
! Copyright (c) 1994, 1995 Netscape Communications Corporation,
! all rights reserved.
!
! Created: Jamie Zawinski <jwz@netscape.com>, 23-Jun-94.
! Bugs and commentary to x_cbug@netscape.com.
!
! ==========================================================
! NOTE: If you're looking here for things to customize, look
! on the Preferences dialog under the Options menu first.
! Most things are customizable from there. Things which are
! settable via the Preferences dialog boxes are stored in
! the ~/.netscape-preferences file, and not in X resources.
! ==========================================================
!
! These are the resources used by Netscape when LANG is zh_TW.ucns.
! You can use the stuff in this file for examples of how to customize
! Netscape for your environment; normally you will do this by
! copying the few lines you want to alter to your private resource
! database, which usually lives in a file called .Xdefaults in your home
! directory.
!
! Site administrators should copy this file to
! /usr/lib/X11/zh_TW.ucns/app-defaults/Netscape.
! Here's how you turn on SGI's Motif hacks:
Netscape*sgiMode: True
Netscape*scheme: Base
Netscape*useSchemes: Colors, Fonts
Netscape*useEnhancedFSB: True
! User-Settable Parameters
! ========================
! This is the directory where Netscape finds external files such as icons.
!
*appDir: /usr/lib/X11/zh_TW.ucns/netscape
! This resource is the same as the -visual command line option, which selects
! an X visual on which the windows should be created. Legal options are:
! Best, meaning pick the best one w.r.t. image quality; Default, meaning
! use whatever the server says is the default visual; a visual class (like
! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of
! a particular visual (in case there is more than one visual of a particular
! class.) "Best" is probably the right choice.
!
*visualID: Best
! Whether Netscape should install a private colormap. This will cause the
! maximal number of colors to be used, but on most systems, will result in
! unpleasant colormap flashing when switching between applications. Legal
! options are: Yes, No, and Guess. "Guess" means "install the colormap only
! if we know that the display hardware supports multiple simultaneous
! colormaps, meaning that there will be no colormap flashing." Currently,
! that means install the map when displaying on an SGI screen, and don't
! otherwise. (What other vendors have multiple hardware colormaps, and how
! do you uniquely identify that capability? Let me know.)
!
*installColormap: Guess
! The maximum number of color cells to allocate per image; this is only
! relevant when using the default colormap of a PseudoColor visual.
! If it is 0, we allocate as many colors as we can get. (The more colors
! that we can allocate, the better images will look.) This controls only
! the number of colors allocated for internal images - a few more colors
! will be allocated for the fluff and chrome that comes with Motif.
!
*maxImageColors: 0
! Set this to false to disable the <BLINK> tag.
*blinkingEnabled: True
! Whether the Exit menu item should confirm first.
*confirmExit: False
! Mouse cursor when over an anchor.
*linkCursor: hand2
! Mouse cursor when awaiting a reply.
*busyCursor: watch
! Mouse cursor when "Save Next Link As..." mode is on, and over a link.
*saveNextLinkCursor: hand2
! Mouse cursor when "Save Next Link As..." mode is on, and not over a link.
*saveNextNonlinkCursor: crosshair
! How quickly (in seconds) the status messages should update.
*progressInterval: 1
! How quickly (in milliseconds) the run light and/or logo should animate.
*busyBlinkRate: 500
*animRate: 166
! How often (in seconds) the global history, bookmarks, and disk cache
! files should be updated.
*saveHistoryInterval: 600
! How many pixels of motion must occur before a mouse-release is interpreted
! as a "drag" rather than a "click."
*hysteresis: 3
! These resources control whether Netscape should redirect its stdout and
! stderr streams to a dialog box, so that diagnostics reported by other
! programs launched by Netscape (for example, external viewers specified in
! a mailcap file) will be reported to the user through a dialog box,
! instead of simply showing up on the stdout/stderr of the controlling
! terminal of Netscape (which in many cases won't even be visible.)
!
! If you have a external viewer which produces an annoying amount of output
! even when it has nothing interesting to say, you can shut it up by
! redirecting its output to stderr; for example, to do this to mpeg_play,
! you could add the following to your .mailcap file:
!
! video/mpeg; mpeg_play %s 2>&-
!
! Normally, Netscape captures both the stdout and stderr into the dialog box.
! If you find a need to let one or both of them continue on to the actual
! terminal of Netscape, you can do it by setting these resources to False.
!
*useStderrDialog: True
*useStdoutDialog: True
! For those MIME content-encodings which are not directly understood
! internally, it is possible to specify another Unix program to use as
! a filter here.
!
! Each line in the encodingFilters resource consists of four fields,
! seperated by colons and optional whitespace:
!
! <input-encoding> : <output-encoding> : <extensions> : <filter-command>
!
! input-encoding: The MIME encoding from the Content-Transfer-Encoding header.
! (The basic encodings 7BIT, 8BIT, BINARY, BASE64, and QUOTED-
! PRINTABLE are built-in; no need to specify those.)
!
! output-encoding: The encoding that results from this transformation.
! Leaving this empty is usually appropriate.
!
! extensions: A comma-seperated list of the extensions typically used for
! files in this encoding; if a document ends in one of these
! extensions, then when that document is saved to disk, the
! extension will be stripped off of the default file name
! (since documents are decoded before they are saved, and the
! extension would no longer accurately describe the file.)
!
! filter-command: A shell command which reads from stdin and writes to stdout
! which does the actual decoding.
!
*encodingFilters: \
x-compress : : .Z : uncompress -c \n\
x-gzip : : .z,.gz : gzip -cdq \n
! Too many servers have bugs in the implementation of window gravity for
! us to rely on it. Scrolling of large forms is *significantly* faster
! if we are able to make use of window gravity, but on many X servers, it
! results in form items being scattered randomly all over the document.
! Legal values for this resource are Yes, No, Partial, and Guess. If
! "Guess", we run some tests and try to decide whether the X server is
! broken or partially broken.
!
! If you find yourself needing to use a value here other than Guess,
! please tell us, so that we can make it guess correctly in the future.
!
*windowGravityWorks: Guess
! Colors
!
! This resource controls the forground text color of unfollowed links
! (links which have not yet been visited.)
!
*linkForeground: #0000EE
! This resource controls the forground text color of followed links
! (links which have already been visited.)
!
*vlinkForeground: #551A8B
! This resource controls the forground text color of activated links
! (links which are in the process of being clicked upon.)
!
*alinkForeground: #FF0000
! These resources control the forground and background colors of text
! which has been selected with the mouse.
!
*selectForeground: #000000
*selectBackground: #FFFFCC
! These resources control the forground and background colors of normal text.
!
*defaultForeground: #000000
*defaultBackground: #C0C0C0
! This resource may be used to specify a default background image. It should
! be a file name or URL pointing to a GIF, JPEG, or XBM image. If it is blank,
! then the default background color will be used instead.
!
*defaultBackgroundImage:
! Normally, the user-specified colors and backgrounds will only be used when
! viewing documents which did not specify their own colors and backgrounds.
! If this resource is set to False, then the user-specified colors and
! backgrounds will always be used, regardless of the options specified in
! the document itself.
!
*documentColorsHavePriority: True
! Translations
!
! Many of these translations are duplicated on both "Meta" and "Alt", since
! X has this stupid notion that "Meta" and "Alt" are not synonymous, and
! Sun in their infinite wisdom furthers this confusing lossage by both having
! Meta *and* Alt keys on the keyboard, and having the key which is labelled
! Alt generate *META* (the Diamond keys generate Alt.) All praise Sun!
! All praise the X keyboard model!
!
! And because of the need to do this, we have to do all of the keyboard
! equivalents with "translations" instead of "accelerators", since a menu
! item can only have one accelerator, and in order to make both Meta and Alt
! work we need to give them each two. All praise Motif!
!
*drawingArea.translations: #replace \
<Btn1Down>: ArmLink() \n\
<Btn2Down>: ArmLink() \n\
~Shift<Btn1Up>: ActivateLink() \
DisarmLink() \n\
~Shift<Btn2Up>: ActivateLink(new-window) \
DisarmLink() \n\
Shift<Btn1Up>: ActivateLink(save-only) \
DisarmLink() \n\
Shift<Btn2Up>: ActivateLink(save-only) \
DisarmLink() \n\
<Btn1Motion>: DisarmLinkIfMoved() \n\
<Btn2Motion>: DisarmLinkIfMoved() \n\
<Btn3Motion>: DisarmLinkIfMoved() \n\
<Motion>: DescribeLink() \n\
<Btn3Down>: CommandMenu() \n
! Some basic emacs-like bindings for single-line text fields.
*XmTextField.translations: #override \n\
~Meta ~Alt Ctrl<Key>a: beginning-of-line() \n\
~Meta ~Alt Ctrl<Key>b: backward-character() \n\
~Meta ~Alt Ctrl<Key>d: delete-next-character() \n\
~Meta ~Alt Ctrl<Key>e: end-of-line() \n\
~Meta ~Alt Ctrl<Key>f: forward-character() \n\
~Meta ~Alt Ctrl<Key>g: process-cancel() \n\
~Meta ~Alt Ctrl<Key>h: delete-previous-character() \n\
~Meta ~Alt Ctrl<Key>k: delete-to-end-of-line() \n\
~Meta ~Alt Ctrl<Key>u: beginning-of-line() \
delete-to-end-of-line() \n\
~Meta ~Alt Ctrl<Key>w: cut-clipboard() \n\
Meta ~Ctrl<Key>b: backward-word() \n\
Alt ~Ctrl<Key>b: backward-word() \n\
Meta ~Ctrl<Key>d: delete-next-word() \n\
Alt ~Ctrl<Key>d: delete-next-word() \n\
Meta ~Ctrl<Key>f: forward-word() \n\
Alt ~Ctrl<Key>f: forward-word() \n\
Meta ~Ctrl<Key>w: copy-clipboard() \n\
Alt ~Ctrl<Key>w: copy-clipboard() \n\
Meta ~Ctrl<Key>osfLeft: backward-word() \n\
Alt ~Ctrl<Key>osfLeft: backward-word() \n\
Meta ~Ctrl<Key>osfRight: forward-word() \n\
Alt ~Ctrl<Key>osfRight: forward-word() \n\
Meta ~Ctrl<Key>osfBackSpace: delete-previous-word() \n\
Alt ~Ctrl<Key>osfBackSpace: delete-previous-word() \n\
Meta ~Ctrl<Key>osfDelete: delete-next-word() \n\
Alt ~Ctrl<Key>osfDelete: delete-next-word() \n
! Some basic emacs-like bindings for multi-line text fields.
! This duplicates info with the above, since XmTextField bogusly
! doesn't know about the page and line oriented actions at all,
! and pukes out a warning when it encounters them. How very.
*XmText.translations: #override \n\
~Meta ~Alt Ctrl<Key>a: beginning-of-line() \n\
~Meta ~Alt Ctrl<Key>b: backward-character() \n\
~Meta ~Alt Ctrl<Key>d: delete-next-character() \n\
~Meta ~Alt Ctrl<Key>e: end-of-line() \n\
~Meta ~Alt Ctrl<Key>f: forward-character() \n\
~Meta ~Alt Ctrl<Key>g: process-cancel() \n\
~Meta ~Alt Ctrl<Key>h: delete-previous-character() \n\
~Meta ~Alt Ctrl<Key>k: delete-to-end-of-line() \n\
~Meta ~Alt Ctrl<Key>u: beginning-of-line() \
delete-to-end-of-line() \n\
~Meta ~Alt Ctrl<Key>w: cut-clipboard() \n\
Meta ~Ctrl<Key>b: backward-word() \n\
Alt ~Ctrl<Key>b: backward-word() \n\
Meta ~Ctrl<Key>d: delete-next-word() \n\
Alt ~Ctrl<Key>d: delete-next-word() \n\
Meta ~Ctrl<Key>f: forward-word() \n\
Alt ~Ctrl<Key>f: forward-word() \n\
Meta ~Ctrl<Key>w: copy-clipboard() \n\
Alt ~Ctrl<Key>w: copy-clipboard() \n\
Meta ~Ctrl<Key>osfLeft: backward-word() \n\
Alt ~Ctrl<Key>osfLeft: backward-word() \n\
Meta ~Ctrl<Key>osfRight: forward-word() \n\
Alt ~Ctrl<Key>osfRight: forward-word() \n\
Meta ~Ctrl<Key>osfBackSpace: delete-previous-word() \n\
Alt ~Ctrl<Key>osfBackSpace: delete-previous-word() \n\
Meta ~Ctrl<Key>osfDelete: delete-next-word() \n\
Alt ~Ctrl<Key>osfDelete: delete-next-word() \n\
\
~Meta ~Alt Ctrl<Key>n: next-line() \n\
~Meta ~Alt Ctrl<Key>p: previous-line() \n\
~Meta ~Alt Ctrl<Key>v: next-page() \n\
Meta ~Ctrl<Key>v: previous-page() \n\
Alt ~Ctrl<Key>v: previous-page() \n
! We merge these translations into all text fields which are not the
! bottommost text field in the dialog box. This is so that hitting
! `return' in a text field will select the next text field if there
! is one, and will select the "OK" button if there are no more.
! We merge these in explicitly instead of doing it all with resources
! here because I couldn't figure out how to make that work without
! duplicating the text of all of the above keybindings another dozen
! times!!
*nonterminalTextTranslations: #override \n\
<Key>Return: next-tab-group() \n\
<Key>Linefeed: next-tab-group() \n
! This is used for self-submitting text fields in forms...
! We don't need to store these in to dialog box text fields, since
! in that case we are able to simply avoid storing in the above ones,
! but we don't know that until too late with forms.
*terminalTextTranslations: #override \n\
<Key>Return: activate() \n\
<Key>Linefeed: activate() \n
! Gag barf retch puke. We install these on every widget in the main tree
! (but not popups.)
*globalTranslations: #override \n\
\
Meta ~Ctrl<Key>N: new() \n\
Alt ~Ctrl<Key>N: new() \n\
Meta ~Ctrl<Key>L: openURL() \n\
Alt ~Ctrl<Key>L: openURL() \n\
Meta ~Ctrl<Key>O: openFile() \n\
Alt ~Ctrl<Key>O: openFile() \n\
Meta ~Ctrl<Key>S: saveAs() \n\
Alt ~Ctrl<Key>S: saveAs() \n\
Meta ~Ctrl<Key>M: mailto() \n\
Alt ~Ctrl<Key>M: mailto() \n\
Meta ~Ctrl<Key>P: print() \n\
Alt ~Ctrl<Key>P: print() \n\
Meta ~Ctrl<Key>W: delete() \n\
Alt ~Ctrl<Key>W: delete() \n\
Meta ~Ctrl<Key>Z: undo() \n\
Alt ~Ctrl<Key>Z: undo() \n\
Meta ~Ctrl<Key>X: cut() \n\
Alt ~Ctrl<Key>X: cut() \n\
Meta ~Ctrl<Key>C: copy() \n\
Alt ~Ctrl<Key>C: copy() \n\
Meta ~Ctrl<Key>V: paste() \n\
Alt ~Ctrl<Key>V: paste() \n\
Meta ~Ctrl<Key>F: find() \n\
Alt ~Ctrl<Key>F: find() \n\
Meta ~Ctrl<Key>G: findAgain() \n\
Alt ~Ctrl<Key>G: findAgain() \n\
Meta ~Ctrl<Key>R: reload() \n\
Alt ~Ctrl<Key>R: reload() \n\
Meta ~Ctrl<Key>I: loadImages() \n\
Alt ~Ctrl<Key>I: loadImages() \n\
Meta ~Ctrl<Key>osfLeft: back() \n\
Alt ~Ctrl<Key>osfLeft: back() \n\
Meta ~Ctrl<Key>osfRight: forward() \n\
Alt ~Ctrl<Key>osfRight: forward() \n\
Meta ~Ctrl<Key>H: history() \n\
Alt ~Ctrl<Key>H: history() \n\
<Key>osfCancel: abort() \n\
Meta ~Ctrl<Key>1: historyItem(1) \n\
Alt ~Ctrl<Key>1: historyItem(1) \n\
Meta ~Ctrl<Key>2: historyItem(2) \n\
Alt ~Ctrl<Key>2: historyItem(2) \n\
Meta ~Ctrl<Key>3: historyItem(3) \n\
Alt ~Ctrl<Key>3: historyItem(3) \n\
Meta ~Ctrl<Key>4: historyItem(4) \n\
Alt ~Ctrl<Key>4: historyItem(4) \n\
Meta ~Ctrl<Key>5: historyItem(5) \n\
Alt ~Ctrl<Key>5: historyItem(5) \n\
Meta ~Ctrl<Key>6: historyItem(6) \n\
Alt ~Ctrl<Key>6: historyItem(6) \n\
Meta ~Ctrl<Key>7: historyItem(7) \n\
Alt ~Ctrl<Key>7: historyItem(7) \n\
Meta ~Ctrl<Key>8: historyItem(8) \n\
Alt ~Ctrl<Key>8: historyItem(8) \n\
Meta ~Ctrl<Key>9: historyItem(9) \n\
Alt ~Ctrl<Key>9: historyItem(9) \n\
Meta ~Ctrl<Key>A: addBookmark() \n\
Alt ~Ctrl<Key>A: addBookmark() \n\
Meta ~Ctrl<Key>B: viewBookmark() \n\
Alt ~Ctrl<Key>B: viewBookmark() \n\
\
~Meta ~Alt ~Ctrl<Key>Prior: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>Next: PageDown() \n\
~Meta ~Alt ~Ctrl<Key>osfPageUp: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>osfPageDown: PageDown() \n
! These keysyms are apparently an R6ism.
! ~Meta ~Alt ~Ctrl<Key>KP_Prior: PageUp() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Next: PageDown() \n\
! Gag barf retch puke. We install these on every TextField widget in the
! main tree (but not popups.)
*globalTextFieldTranslations: #override \n\
~Meta ~Alt ~Ctrl<Key>Up: LineUp() \n\
~Meta ~Alt ~Ctrl<Key>Down: LineDown() \n\
~Meta ~Alt ~Ctrl<Key>osfUp: LineUp() \n\
~Meta ~Alt ~Ctrl<Key>osfDown: LineDown() \n
! These keysyms are apparently an R6ism.
! ~Meta ~Alt ~Ctrl<Key>KP_Up: LineUp() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Down: LineDown() \n\
! Gag barf retch puke. We install these on every widget in the main tree
! (but not popups) that isn't a Text or TextField.
*globalNonTextTranslations: #override \n\
~Meta ~Alt ~Ctrl<Key>space: PageDown() \n\
\
~Meta ~Alt ~Ctrl<Key>Delete: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>BackSpace: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>Up: LineUp() \n\
~Meta ~Alt ~Ctrl<Key>Down: LineDown() \n\
~Meta ~Alt ~Ctrl<Key>Left: ColumnLeft() \n\
~Meta ~Alt ~Ctrl<Key>Right: ColumnRight() \n\
\
~Meta ~Alt ~Ctrl<Key>osfDelete: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>osfBackSpace:PageUp() \n\
Meta Ctrl<Key>f: fishcam() \n\
Alt Ctrl<Key>f: fishcam() \n\
Meta Ctrl<Key>t: net_showstatus() \n\
Alt Ctrl<Key>t: net_showstatus() \n\
~Meta ~Alt ~Ctrl<Key>osfUp: LineUp() \n\
~Meta ~Alt ~Ctrl<Key>osfDown: LineDown() \n\
~Meta ~Alt ~Ctrl<Key>osfLeft: ColumnLeft() \n\
~Meta ~Alt ~Ctrl<Key>osfRight: ColumnRight() \n
! These keysyms are apparently an R6ism.
! ~Meta ~Alt ~Ctrl<Key>KP_Up: LineUp() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Down: LineDown() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Left: ColumnLeft() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Right: ColumnRight() \n\
! About Translations, Actions, and "-remote" commands:
!
! You can control a running Netscape process externally; you do this by
! issuing a command like "netscape -remote openURL(http://xxx)".
! When Netscape is invoked with the -remote argument, it does not open
! window, but instead connects to and controls an already-existing process.
! This is done using X properties, so the two Netscape processes need not
! be running on the same machine, and need not share a file system.
!
! All of Netscape's action names are the same as its resource names; so, for
! example, if you wanted to know the name of the action that corresponds to
! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark"
! and see that the resource that is set to that string is "addBookmark" -
! that's the name of the Action as well.
!
! You can use Actions in Translation tables in the usual Xt-ish way, but you
! can also invoke them directly via "netscape -remote", like this:
!
! netscape -remote 'addBookmark()'
!
! That will cause the existing Netscape process to add its current URL to
! the bookmarks, just as if you had selected that menu item.
!
! Please see the document http://home.netscape.com/newsref/std/x-remote.html
! for more information.
!=============================================================================
!
! There's really nothing after this point you should be messing with.
!
!=============================================================================
! Motif drag-and-drop is insanely buggy, and is causing crashes even in
! contexts where it has no business being involved at all. Let's try
! disabling it globally and see if that helps.
Netscape*dragInitiatorProtocolStyle: XmDRAG_NONE
Netscape*dragReceiverProtocolStyle: XmDRAG_NONE
! Labels
!
*Help.sensitive: False
*urlLabel.alignment: ALIGNMENT_END
*urlLabel.recomputeSize: False
*urlLabel.netsiteLabelString: Netsite:
*urlLabel.uneditedLabelString: ╚φσ⌠:
*urlLabel.editedLabelString: µⁿ╚▌:
! this must be the longer of the two...
*urlLabel.labelString: ╚φσ⌠:
!=============================================================================
*menuBar.file.labelString: ≤≥╒∙
*menuBar*new.labelString: Σ╗ß■ߺ
*menuBar*new.mnemonic: N
*menuBar*new.acceleratorText: Alt+N
*menuBar*openURL.labelString: ╞╘ΓΣ╚φσ⌠...
*menuBar*openURL.mnemonic: L
*menuBar*openURL.acceleratorText: Alt+L
*menuBar*openFile.labelString: ╞╘ΓΣ≤≥╒∙...
*menuBar*openFile.mnemonic: O
*menuBar*openFile.acceleratorText: Alt+O
*menuBar*saveAs.labelString: ╧±╟⌠╥│...
*menuBar*saveAs.mnemonic: S
*menuBar*saveAs.acceleratorText: Alt+S
*menuBar*saveLinksAs.labelString: ╧±╟⌠─╢─í∙╣ß╕╥│...
*menuBar*saveLinksAs.mnemonic: A
! accelerator is magic
*menuBar*saveLinksAs.acceleratorText: Shift+Click
*menuBar*mailto.labelString: Γ╙┘∞≤≥╒∙...
*menuBar*mailto.mnemonic: M
*menuBar*mailto.acceleratorText: Alt+M
*menuBar*docInfo.labelString: ≤≥╒∙╪╣╒╔
*menuBar*docInfo.mnemonic: D
! no accelerator
*menuBar*printSetup.labelString: ╟─╟═▌├σ⌠...
*menuBar*printSetup.mnemonic: r
! no accelerator
*menuBar*print.labelString: ╟─╟═...
*menuBar*print.mnemonic: P
*menuBar*print.acceleratorText: Alt+P
*menuBar*delete.labelString: ∙├▌≡
*menuBar*delete.mnemonic: C
*menuBar*delete.acceleratorText: Alt+W
*menuBar*quit.labelString: ╪═┼°
*menuBar*quit.mnemonic: x
! no accelerator
!=============================================================================
*menuBar.edit.labelString: ε╛≥╥
*menuBar*undo.labelString: ╠╜╓╝
*menuBar*undo.mnemonic: U
*menuBar*undo.acceleratorText: Alt+Z
*menuBar*cut.labelString: ß·┘¬
*menuBar*cut.mnemonic: t
*menuBar*cut.acceleratorText: Alt+X
*menuBar*copy.labelString: ╤┬╦╩
*menuBar*copy.mnemonic: C
*menuBar*copy.acceleratorText: Alt+C
*menuBar*paste.labelString: ÷┤Γ▓
*menuBar*paste.mnemonic: P
*menuBar*paste.acceleratorText: Alt+V
*menuBar*find.labelString: ▐≥╩╞...
*menuBar*find.mnemonic: F
*menuBar*find.acceleratorText: Alt+F
*menuBar*findAgain.labelString: ╟┬╚╣▐≥╩╞
*menuBar*findAgain.mnemonic: g
*menuBar*findAgain.acceleratorText: Alt+G
!=============================================================================
*menuBar.view.labelString: ²¿Φ╓
*menuBar*reload.labelString: ╙∞Σ╗τÑ─½
*menuBar*reload.mnemonic: R
*menuBar*reload.acceleratorText: Alt+R
*menuBar*loadImages.labelString: µ╥τÑΦ╖τ∙
*menuBar*loadImages.mnemonic: I
*menuBar*loadImages.acceleratorText: Alt+I
*menuBar*refresh.labelString: ╩╒Σ╗
*menuBar*refresh.mnemonic: f
! no accelerator
*menuBar*source.labelString: ╘╧╠εεú...
*menuBar*source.mnemonic: S
! no accelerator
!=============================================================================
*menuBar.go.labelString: µⁿ╚▌
*menuBar*back.labelString: ╧╙╟▀
*menuBar*back.mnemonic: B
*menuBar*back.acceleratorText: Alt+Left
*menuBar*forward.labelString: ╟╫╨⌐
*menuBar*forward.mnemonic: F
*menuBar*forward.acceleratorText: Alt+Right
*menuBar*home.labelString: ╪─╠ε÷╡
*menuBar*home.mnemonic: H
! no accelerator
*menuBar*abort.labelString: ╪⌠┼╧µ╥τÑ
*menuBar*abort.mnemonic: S
*menuBar*abort.acceleratorText: ESC
*menuBar*viewHistory.labelString: ²¿Φ╓±Ñ╞╕╪┤≥τ...
*menuBar*viewHistory.mnemonic: V
*menuBar*viewHistory.acceleratorText: Alt+H
*menuBar*historyItem1.acceleratorText: Alt+1
*menuBar*historyItem2.acceleratorText: Alt+2
*menuBar*historyItem3.acceleratorText: Alt+3
*menuBar*historyItem4.acceleratorText: Alt+4
*menuBar*historyItem5.acceleratorText: Alt+5
*menuBar*historyItem6.acceleratorText: Alt+6
*menuBar*historyItem7.acceleratorText: Alt+7
*menuBar*historyItem8.acceleratorText: Alt+8
*menuBar*historyItem9.acceleratorText: Alt+9
*menuBar*historyTruncated.labelString: ( ...Φ≡╠╜... )
*menuBar*historyTruncated.alignment: ALIGNMENT_CENTER
!=============================================================================
*menuBar.bookmark.labelString: ╒≤ⁿ╛
*menuBar*addBookmark.labelString: ┼√╒≤ⁿ╛
*menuBar*addBookmark.mnemonic: A
*menuBar*addBookmark.acceleratorText: Alt+A
*menuBar*viewBookmark.labelString: ²¿╥α╒≤ⁿ╛
*menuBar*viewBookmark.mnemonic: B
*menuBar*viewBookmark.acceleratorText: Alt+B
!=============================================================================
*menuBar.options.labelString: ≥┘Γ·
*menuBar*preferences.labelString: ▐┼╟∩...
*menuBar*preferences.mnemonic: P
*menuBar*showToolbar.labelString: ⁿ╧╞ⁿ─╓╠ªε«
*menuBar*showToolbar.mnemonic: T
*menuBar*showURL.labelString: ⁿ╧╞ⁿ╚φσ⌠
*menuBar*showURL.mnemonic: L
*menuBar*showDirectoryButtons.labelString: ⁿ╧╞ⁿ╞°≥τ╤║Γ┌
*menuBar*showDirectoryButtons.mnemonic: D
*menuBar*showSecurityBar.labelString: ⁿ╧╞ⁿ╟°╟└═╠≈φ╚π Bar
*menuBar*showSecurityBar.mnemonic: C
*menuBar*autoLoadImages.labelString: ╚▄┘»µ╥τÑΦ╖τ∙
*menuBar*autoLoadImages.mnemonic: A
*menuBar*fancyFTP.labelString: ⁿ╧╞ⁿ FTP ≤≥╒∙╪╣╒╔
*menuBar*fancyFTP.mnemonic: F
*menuBar*saveOptions.labelString: ╧±╟⌠≥┘Γ·
*menuBar*saveOptions.mnemonic: S
!=============================================================================
*menuBar.directory.labelString: ╞°≥τ
*menuBar*netscape.labelString: Netscape─ⁿ╞│
*menuBar*netscape.mnemonic: e
*menuBar*sgi.labelString: Silicon Graphics, Inc.
*menuBar*sgi.mnemonic: i
*menuBar*adobe.labelString: Adobe Systems, Inc.
*menuBar*adobe.mnemonic: o
*menuBar*whatsNew.labelString: Σ╗╬√!
*menuBar*whatsNew.mnemonic: N
*menuBar*whatsCool.labelString: Σ╦╔ε╬√!
*menuBar*whatsCool.mnemonic: C
*menuBar*newsgroups.labelString: µⁿ╚▌Σ╗Ω╠±√∩╖─╤▄┌
*menuBar*newsgroups.mnemonic: G
*menuBar*inetIndex.labelString: Internet╞°≥τ
*menuBar*inetIndex.mnemonic: D
*menuBar*inetSearch.labelString: InternetΣ▓╫─
*menuBar*inetSearch.mnemonic: S
*menuBar*inetWhite.labelString: Internet╞⌡╞÷╒≤
*menuBar*inetWhite.mnemonic: P
*menuBar*inetAbout.labelString: ╚┤∙├Internet
*menuBar*inetAbout.mnemonic: A
*menuBar*galleria.labelString: Netscape╧▄▐■
*menuBar*galleria.mnemonic: l
!=============================================================================
*menuBar.help.labelString: δ⌐═ⁿ
*menuBar*about.labelString: ∙├═⌡Netscape...
*menuBar*about.mnemonic: A
*menuBar*registration.labelString: α⌠╪┤╪╣╒╔
*menuBar*registration.mnemonic: I
*menuBar*manual.labelString: ┼├┼⌡
*menuBar*manual.mnemonic: H
*menuBar*relnotes.labelString: α⌡╚τδ⌐═ⁿ
*menuBar*relnotes.mnemonic: R
*menuBar*faq.labelString: σε┌ªα⌡╞φ╬√┘┬≈ε
*menuBar*faq.mnemonic: Q
*menuBar*aboutSecurity.labelString: ╟°╟└═╠
*menuBar*aboutSecurity.mnemonic: O
*menuBar*feedback.labelString: ╟±╚⌠╧╙╟▀╪╣╒╔
*menuBar*feedback.mnemonic: F
*menuBar*support.labelString: ╟±╚⌠┌╡╠»┼┼▀╬
*menuBar*support.mnemonic: S
*menuBar*howTo.labelString: ╟±╚⌠╨·╟íWeb╬ñ┘¡
*menuBar*howTo.mnemonic: H
! For the toggles in the options menu
*menuBar*XmToggleButton.indicatorType: N_OF_MANY
*menuBar*XmToggleButtonGadget.indicatorType: N_OF_MANY
*menuBar*XmToggleButton.fillOnSelect: True
*menuBar*XmToggleButtonGadget.fillOnSelect: True
*menuBar*XmToggleButton.visibleWhenOff: True
*menuBar*XmToggleButtonGadget.visibleWhenOff: True
!=============================================================================
*toolBar.back.labelString: ╧╙╟▀
*toolBar.forward.labelString: ╟╫╨⌐
*toolBar.home.labelString: ╪─╠ε÷╡
*toolBar.reload.labelString: ╙∞µ╥τÑ
*toolBar*loadImages.labelString: µ╥τÑΦ╖τ∙
*toolBar.openURL.labelString: ╞╘ΓΣ...
*toolBar.print.labelString: ╟─╟═...
*toolBar*find.labelString: ▐≥╩╞
*toolBar*abort.labelString: ╪⌠┼╧
*toolBar*spacer.marginWidth: 4
*urlBar*spacer.marginWidth: 4
*urlBar*whatsNew.labelString: Σ╗ ╬√
*urlBar*whatsCool.labelString: Σ╦ ╔ε ╬√
*urlBar*manual.labelString: ┼├ ┼⌡
*urlBar*inetSearch.labelString: Internet Σ▓▐≥
*urlBar*inetIndex.labelString: Internet ╞°≥τ
*urlBar*welcome.labelString: √π ╧╥
*urlBar*newsgroups.labelString: ±√∩╖─╤▄┌
!=============================================================================
*noDocumentLoadedMessage: ╟π╞█ß■ߺ─π⌡Σ╩⌠╚┤≤≥╒∙▌╖µ╥τÑíñ
*optionsSavedMessage: ≥┘Γ·─╪▌╖╧±╟⌠íñ
*clickToSaveMessage: ╟π∙╣ß╕─╕╤║─í─╢╦⌠╧±╟⌠íñ
*clickToSaveCancelledMessage: ╟⌠∙╣ß╕╠»≤≥╒∙─π▌╖╠╜╓╝íñ
*noPreviousURLMessage: α╥╟┐╨⌐≤≥╒∙íñ
*noNextURLMessage: α╥╤Ñ╙≥≤≥╒∙íñ
*noHomeURLMessage: α╥╪─╠ε÷╡≤≥╒∙íñ
*notOverImageMessage: ─Γ╙╤Γ╜τ┤─í╘╢Φ╖τ∙(Not over an image)íñ
*notOverLinkMessage: ─Γ╙╤Γ╜τ┤─í╘╢∙╣ß╕(Not over a link)íñ
*noSearchStringMessage: ╩⌠╚┤╬⌐╚ΘΣ▓▐≥╞¬íñ
*wrapSearchMessage: ╠»τ«≤≥╒∙╬√ß╕╩╓▌¿í▓┌╖≤ñ╟┬ΓΣ╠εí⌐
*wrapSearchBackwardMessage: ╠»τ«≤≥╒∙╬√ΓΣ╠ε▌¿í▓┌╖ß╕╩╓▌¿╟┬ΓΣ╠εí⌐
*noAddressesMessage: ╩⌠╤└╠∙┌┘╚¡╧»íñ
*noFileMessage: ╩⌠╤└╠∙≥╙┼°≤≥╒∙íñ
*noPrintCommandMessage: ╩⌠╤└╠∙╟─╟═╠╘┼∩íñ
*overwriteFileMessage: ≈╗ΩΣ─╪╟⌠╟π╬√≤≥╒∙ %s?
*bookmarksChangedMessage: α²Θ≈─╕╬√╒≤ⁿ╛≤≥╒∙─╪▌╖╘║╩╤τ┤: ≈╗ΩΣ╞╞?
*bookmarkConflictMessage: \
╒≤ⁿ╛╟─╧╨╩⌠╚┤╧±╟⌠íñ\n▄ó╟π╙∞µ╥τÑα²Θ≈─╕╬√╬Ω╞█í⌐
*bookmarksNoFormsMessage: \
─Γ╫Σ╩──í╘╢╧╨╓¬φ²δÑ╬√ß╕╬¬∞┴┼√╠»╒≤ⁿ╛╟─╧╨─πíñ
*reallyQuitMessage: ╓°╬√╪═┼°?
*doubleInclusionMessage: \n\
≤≥╒∙─╪σε▌╖┼┐╞εíñ\n\
\n\
╔úπ≈╟┬╚╣┼┐╞ε╞╞π├?\n
*expireNowMessage: \
▌╒┘≥φ║╪┤╔ú═╘╚┤╬√∙╣ß╕╥│─Γµ∙≥±í╞unfollowedí╟íñ\n·½·²í⌐
*clearMemCacheMessage: \
▌╒┘≥╔┤╪µσ╡╨⌐╟π╔ú╬√╪┤≡┘ⁿ╒╪φ▌┌ε┬╩≤í╞memory cacheí╟─π═╘╚┤≤≥╒∙íñ.\n·½·²í⌐
*clearDiskCacheMessage: \
▌╒┘≥╔┤╪µσ╡╨⌐╟π╔ú╬√α²Θ≈╪φ▌┌ε┬╩≤í╞disk cacheí╟─π═╘╚┤≤≥╒∙íñ.\n·½·²í⌐
*createCacheDirErrorMessage: \
≥πδ¿: α╥╬╬▐╢╨·╞π─╝╬√╪φ▌┌ε┬╩≤╞°≥τí¿\n\
\n\
%s: %s.\n\
\n\
ε∙╦≡╞ε '≥┘Γ·' ─π╬√ '▐┼╟∩' ▌├σ⌠─í╘╢\n\
Σ╗╬√╪φ▌┌ε┬╩≤╞°≥τíñ\n
*createdCacheDirMessage: \
─í╘╢╞°≥τ─╪σε▌╖▐╢╨·╔ó╥│α²Θ≈╪φ▌┌ε┬╩≤ (disk cache):\n\
\n\
%s/\n\
\n\
╔ú╞½╦≡╞ε '≥┘Γ·' ─π╬√ '▐┼╟∩' ╩╤ⁿ╚'\n\
╪φ▌┌ε┬╩≤╞°≥τíñ\n
*cacheNotDirMessage: \
≥πδ¿: ▌╖╪┘σ⌠╥│α²Θ≈╪φ▌┌ε┬╩≤(disk cache)╦≡╞ε╬√╞°≥τ╟╪╟⌠╟π\n\
;╚■─Γ╤╥╞°≥τ:\n\
\n\
%s\n\
\n\
ε∙╦≡╞ε '≥┘Γ·' ─π╬√ '▐┼╟∩' ▌├σ⌠─í╘╢\n\
Σ╗╬√╪φ▌┌ε┬╩≤╞°≥τíñ\n
*cacheSuffixMessage: \
\n\
╩Σ╘╢╞ε┼┬≤▄µ┌╚┤─í╘╢α²Θ≈╪φ▌┌ε┬╩≤(disk cache);\n\
╟▐╚║╨··╛╦≡╞ε╟┴╦Ω╞°≥τ(╟± /tmp)íñ\n\
\n\
σ╡╨⌐▐▓─╦╬√α²Θ≈╪φ▌┌ε┬╩≤(disk cache)ⁿ╒±╪╥│ %d K╟≤στíñ\n\
╔ú╞½╦≡╞ε '≥┘Γ·' ─π╬√ '▐┼╟∩' ╩╤ⁿ╚╪φ▌┌ε┬╩≤(disk cache)íñ\n\
\n\
╟±╬¬╔úπ≈∙├▌≡α²Θ≈╪φ▌┌ε┬╩≤í«╞½╩─α²Θ≈╪φ▌┌ε┬╩≤┘┤─╦─╤▌├σ⌠╥│ 0íñ\n\
╟±╬¬╔ú▌╒φ╡╪°í«≤≥╒∙┘≥╒ⁿ≡π╪┤≡┘ⁿ╒ε┬╩≤─╦─╤≤└╟┐·½·²ε┬╩≤╟π\n\
╪┤≡┘ⁿ╒─πí«╚■─ΓΣ─╟┬ε┬╩≤╠»α²Θ≈─╕íñ▌╒π⌠╠└ßßε┬╩≤─∙╒⌐┘≥─Γ╫Σ\n\
╤╜·²╠»─╢─í╚╣╬√
*cubeTooSmallMessage: \
╩╝╘»╞╖╫Σ┼í╪┘ %d ▐╠─≈ß┐≈φ╚π╟í┼╔π█í«╚π┌│╞±╩┐┘»╬╬(dither)▄¿╞φíñ\n\
╟▐╚║í«Φ╖τ∙╬√∩│Γ╪╞½╫Σ─Γ╟∩íñ\n\
\n\
╩╤ⁿ╚Φ╖τ∙∩│Γ╪╬√─íΩí┼╔╬╬╤╥í¿╪═┼°╞▀╟πτ¬╚τ╬√╚π┌│┘∩Γ⌡╬√≤▄╞εí«\n\
α╙╤Ñ╙∞┌÷┘»Netscapeíñ\n\
\n\
╞╢─íΩí┼╔╬╬╤╥╟πτ¬╚τ Netscape ╒δ┼√╞ε≥┘Γ· `-install'í«\n\
┌░╙π╦╖▄╙╧┘╞ε╦│╚┤╬√≈φ╚π╧╨íñ▌╒φ╡╪°╬√╫═÷╡╤╥í¿╟π─í╦Φ╦╖▄╙─╕,\n\
σ╡▄├┘»α╨÷╡╠»╞╢─í╘╢ß■ߺ╒δí«≈φ╚π╧╨Σ─╪α°╚íñ
*renameInitFilesMessage: \
≈«╬Ω╞█ Netscape ╬√≤└╟┐≤≥╒∙ (Preferences files) ╟⌠╟πí▓\n\
╞█╬Ω╞█╬√Netscape╦≡╞ε╟╤φ╡╬√≤≥╒∙╓¬╚óí«╚■╦≡╞ε─Γ╟╤╬√\n\
≤≥╒∙╟╪íñ╔úπ≈╩╤ⁿ╚≤└╟┐≤≥╒∙╬√≤≥╒∙╟╪π├í⌐
*unsentMailMessage: \
╞▄α⌡╪╩╬√Γ╙╟╡╪╣╒╔╟⌠╟πí«╔ú╓°╬√─Γα⌡╪╩▌╒╦Φ╪╣╒╔▐≤╪═┼°π├í⌐
*emptyMessageQuestion: \
╞█╪╣╒╔╠■╞▄▌╖ε╛≥╥í«╚╘┼Γ╩⌠╚┤▌┘┌┘(attachment)íñ\n\
╔ú╓°╬√π≈α⌡╪╩─í╘╢╧¿╪╣╒╔í⌐
*binaryDocumentMessage: \
╞█≤≥╒∙╤╥─¿Γ╨╠▒φ░≡πí▓─Γ╫Σ²¿╥α╘╧╠εεúíñ
!=============================================================================
*preeditType: none
*netscape.preeditType: overthespot
*popup.title.labelString: Netscape ╠╘┼∩:
*popup.back.labelString: ╧╙╟▀
*popup.forward.labelString: ╟╫╨⌐
*popup.home.labelString: ╪─╠ε÷╡
*popup.openURL.labelString: ╞╘ΓΣ╞█∙╣ß╕
*popup.addURLBookmark.labelString: ┼√╞█∙╣ß╕╠»╒≤ⁿ╛─π
*popup.openURLNewWindow.labelString: ╞█∙╣ß╕╞εΣ╗ß■ߺ
*popup.saveURL.labelString: ╧±╟⌠∙╣ß╕╥│...
*popup.copyURLToClip.labelString: ╤┬╦╩╞█∙╣ß╕╚φσ⌠╠»╒≤∞╤╬▓
*popup.openImage.labelString: ²¿╥α╞█Φ╖τ∙
*popup.saveImage.labelString: ╧±╟⌠╞█Φ╖τ∙╥│...
*popup.copyImageURLToClip.labelString: ╤┬╦╩╞█Φ╖τ∙╚φσ⌠╠»╒≤∞╤╬▓
*popup.loadDelayedImage.labelString: µ╥τÑ╞█Φ╖τ∙
*popup*back.acceleratorText: Alt+Left
*popup*forward.acceleratorText: Alt+Right
*popup*saveURL.acceleratorText: Shift+Button1
*popup*openURL.acceleratorText: Button1
*popup*openURLNewWindow.acceleratorText:Button2
*popup.XmPushButtonGadget.marginLeft: 5
*popup.XmPushButtonGadget.marginRight: 5
*popup.XmPushButtonGadget.alignment: ALIGNMENT_BEGINNING
*popup.separator0.separatorType: SHADOW_ETCHED_IN
*popup.separator1.separatorType: SHADOW_ETCHED_IN
*popup.separator2.height: 5
*popup.separator2.separatorType: NO_LINE
*popup.separator3.separatorType: SHADOW_ETCHED_IN
*popup.separator4.separatorType: SHADOW_ETCHED_IN
*popup.separator5.separatorType: SHADOW_ETCHED_IN
*history_popup.title: Netscape: ╪┤≥τß■ߺ
*history_popup*listLabelString: ╔ú▀Σ╠»τ┤ (Where You've Been)...
*history_popup*OK.labelString: µⁿ╚▌
*history_popup*OkLabelString: µⁿ╚▌
*history_popup*Cancel.labelString: ∙├▌≡
*history_popup*CancelLabelString: ∙├▌≡
*history_popup*Apply.labelString: ▐╢╨·╒≤ⁿ╛
*history_popup*ApplyLabelString: ▐╢╨·╒≤ⁿ╛
*source_popup.title: Netscape: ²¿╥α╘╧╠εεú
*source_popup*save.labelString: ╧±╟⌠...
*source_popup*OK.labelString: φ²δÑ
*source_popup*text.editable: False
*source_popup*text.cursorPositionVisible: False
*source_popup*text.wordWrap: True
*source_popup*text.scrollHorizontal: False
*source_popup*urlLabel.labelString: ╚φσ⌠:
*source_popup*titleLabel.labelString: ≈ε╞°:
*source_popup*titleLabel.leftOffset: 0
*source_popup*titleLabel.rightOffset: 4
*source_popup*titleLabel.alignment: ALIGNMENT_END
*source_popup*urlLabel.topOffset: 0
*source_popup*urlLabel.leftOffset: 0
*source_popup*urlLabel.rightOffset: 4
*source_popup*urlLabel.alignment: ALIGNMENT_END
*source_popup*titleText.leftOffset: 0
*source_popup*titleText.rightOffset: 0
*source_popup*urlText.leftOffset: 0
*source_popup*urlText.rightOffset: 0
*source_popup*text.leftOffset: 0
*source_popup*text.rightOffset: 0
*source_popup*XmScrolledWindow.topOffset: 8
*source_popup*text.columns: 40
*source_popup*text.rows: 20
*docinfo_popup.title: Netscape: ≤≥╒∙╪╣╒╔
*docinfo_popup*OK.labelString: φ²δÑ
*docinfo_popup*titleLabel.labelString: ≈ε╞°:
*docinfo_popup*urlLabel.labelString: ╚φσ⌠:
*docinfo_popup*modifiedLabel.labelString: ▐▓╤Ñ╬√╩╤┘»:
*docinfo_popup*sourceLabel.labelString: ßú╚óεú:
*docinfo_popup*charsetLabel.labelString: ε╛εú:
*docinfo_popup*dpyLabel.labelString: αδ╙≥µ±╪╣:
*docinfo_popup*securityFrame.label.labelString: ╟°╟└╪╣╒╔
*docinfo_popup*certificateLabel.labelString: ╚∙╬ñ≡┬ΓÑ╒≤í¿
*docinfo_popup*certificateText.columns: 20
*docinfo_popup*certificateText.rows: 6
*docinfo_popup*certificateText.wordWrap: True
*docinfo_popup*certificateText.scrollHorizontal:False
*docinfo_popup*scrollBarDisplayPolicy: AS_NEEDED
*docinfo_popup*scrollingPolicy: AUTOMATIC
*docinfo_popup*securityText.wordWrap: True
*docinfo_popup*securityText.scrollHorizontal: False
*docinfo_popup*urlLabel.topOffset: 0
*docinfo_popup*urlLabel.leftOffset: 0
*docinfo_popup*urlLabel.rightOffset: 4
*docinfo_popup*urlLabel.alignment: ALIGNMENT_END
*docinfo_popup*titleLabel.leftOffset: 0
*docinfo_popup*titleLabel.rightOffset: 4
*docinfo_popup*titleLabel.alignment: ALIGNMENT_END
*docinfo_popup*modifiedLabel.topOffset: 0
*docinfo_popup*modifiedLabel.leftOffset: 0
*docinfo_popup*modifiedLabel.rightOffset: 4
*docinfo_popup*modifiedLabel.alignment: ALIGNMENT_END
*docinfo_popup*charsetLabel.topOffset: 0
*docinfo_popup*charsetLabel.leftOffset: 0
*docinfo_popup*charsetLabel.rightOffset: 4
*docinfo_popup*charsetLabel.alignment: ALIGNMENT_END
*docinfo_popup*sourceLabel.topOffset: 0
*docinfo_popup*sourceLabel.leftOffset: 0
*docinfo_popup*sourceLabel.rightOffset: 4
*docinfo_popup*sourceLabel.alignment: ALIGNMENT_END
! add 5 to dpyLabel.topOffset to align label with text baseline (gag)
*docinfo_popup*dpyLabel.topOffset: 5
*docinfo_popup*dpyLabel.leftOffset: 0
*docinfo_popup*dpyLabel.rightOffset: 4
*docinfo_popup*dpyLabel.alignment: ALIGNMENT_END
*docinfo_popup*dpyText.rows: 3
*docinfo_popup*dpyText.columns: 16
*docinfo_popup*titleText.columns: 14
*docinfo_popup*securityFrame.topOffset: 10
*docinfo_popup*keyDescLabel.leftOffset: 14
*docinfo_popup*keyDescLabel.rightOffset: 14
*docinfo_popup*keyDescLabel.alignment: ALIGNMENT_BEGINNING
*docinfo_popup*certificateLabel.leftOffset: 10
*docinfo_popup*certificateLabel.rightOffset: 10
*docinfo_popup*certificateLabel.alignment: ALIGNMENT_BEGINNING
*docinfo_popup*securityLabel.leftOffset: 14
*docinfo_popup*securityLabel.rightOffset: 14
*docinfo_popup*securityLabel.alignment: ALIGNMENT_BEGINNING
*docinfo_popup*XmScrolledWindow.leftOffset: 10
*docinfo_popup*XmScrolledWindow.rightOffset: 10
*docinfo*noSecurityMessage:\
╞█╬Ω╞█╬√Netscape─∙─Γ┼²╔╓╟°╟└╧±√¼▌╘╟╡íñ
*docinfo*securityLabel.labelString:\
╦≡╞ε╚∙╬ñ≡┬┌µ√Γ (server authentication) ╦⌠╧±√¼╔ú╚¡╠»Internet≤≥╒∙╠╧╔úα⌡╟▀\n\
╬√╪╣╒╔╬√╟°╟└═╠í«╞ε┼√┘∩Ω½╬╬╠╧φ░≡π─í╙│═╠╧±√¼÷í╦│íñ\n\
╔ú╞½╞ε╟π╬φΦΦ┘┤─π╬√ key/broken key═╨─∙╒⌐┘┤─╕┼╔╬√≈φ╚π█╛(≈▒╚π╥│╟°╟└╬√í▓\n\
╟°╟└╥│─Γ╞½∩Ω)íñµ█▄╪╪╣╒╔ε∙┘╢╚╙╔ú╬√┼├┼⌡═╨'╟°╟└═╠'╙≈íñ
for details.
*mailto_popup.title: Netscape: Γ╙╟╡
*mailto_popup*fromLabel.labelString: ┌╖:
*mailto_popup*toLabel.labelString: Γ╙ ╚▌:
*mailto_popup*newsgroupsLabel.labelString: ╩═┘∞╚▌:
*mailto_popup*subjectLabel.labelString: ┼Σ ≈ε:
*mailto_popup*attachLabel.labelString: ▌┘ ┌┘:
*mailto_popup*attachButton.labelString: ▌┘┌┘...
*mailto_popup*bodyText.wordWrap: True
*mailto_popup*bodyText.scrollHorizontal: False
*mailto_popup*attachButton.marginWidth: 10
*mailto_popup*fromLabel.alignment: ALIGNMENT_END
*mailto_popup*toLabel.alignment: ALIGNMENT_END
*mailto_popup*newsgroupsLabel.alignment: ALIGNMENT_END
*mailto_popup*subjectLabel.alignment: ALIGNMENT_END
*mailto_popup*attachLabel.alignment: ALIGNMENT_END
*mailto_popup*fromLabel.rightOffset: 4
*mailto_popup*toLabel.rightOffset: 0
*mailto_popup*subjectLabel.rightOffset: 0
*mailto_popup*bodyText.topOffset: 8
*mailto_popup*bodyText.columns: 40
*mailto_popup*bodyText.rows: 15
*mailto_popup*mailto.OK.labelString: α⌡╪╩
*mailto_popup*mailto.OkLabelString: α⌡╪╩
*mailto_popup*mailto.Cancel.labelString: ╠╜╓╝
*mailto_popup*mailto.CancelLabelString: ╠╜╓╝
*mailto_popup*citeButton.labelString: ┼┐╞ε≤≥╒∙
*mailto_popup*preeditType: overthespot
! Some people just aren't too hip.
!*defaultMailtoText: Hey, check out this cool URL:\n\n
*attach_popup.title: Netscape: ▌┘┌┘≤≥╒∙
*attach_popup*attach.Cancel.labelString: ╠╜╓╝
*attach_popup*label.labelString: \
╟π╪╣╒╔╬√╤Ñ╙≥∞┴┼√┼Φ─╢╬√▌┘┌┘:
*attach_popup*docToggle.labelString: ┼╞╟╡:
*attach_popup*attachURLLabel.labelString: ▌┘┌┘╥│:
*attach_popup*textToggle.labelString: ┼╞╟≤┼╞╟╡
*attach_popup*sourceToggle.labelString: ßú╚óεú┼╞╟╡
*attach_popup*postscriptToggle.labelString: PostScript
*attach_popup*fileToggle.labelString: ≤≥╒∙:
*attach_popup*browseButton.labelString: ÷▀√¬...
*attach_popup*attach.OK.labelString: ▌┘┌┘
*attach_popup*attach.OkLabelString: ▌┘┌┘
*attach_popup*XmLabelGadget.alignment: ALIGNMENT_BEGINNING
*attach_popup*XmPushButtonGadget.marginHeight: 0
*attach_popup*indicatorType: ONE_OF_MANY
*attach_popup*docToggle.leftOffset: 20
*attach_popup*docToggle.topOffset: 20
*attach_popup*fileToggle.topOffset: 20
*attach_popup*fileToggle.leftOffset: 0
*attach_popup*fileToggle.bottomOffset: 20
*attach_popup*attachURLLabel.topOffset: 10
*attach_popup*attachURLLabel.leftOffset: 80
*attach_popup*textToggle.leftOffset: 80
*attach_popup*urlText.columns: 20
*attach_popup*XmPushButtonGadget.marginWidth: 10
*attach_popup*XmPushButtonGadget.marginHeight: 5
*attach_popup*browseButton.rightOffset: 10
*formatType*none.labelString: ╩⌠╚┤▌┘┌┘
*formatType*text.labelString: ┼╞╟≤┼╞╟╡
*formatType*formattedText.labelString: ╓¬╚ó┼º╬√≤≥╒∙
*formatType*html.labelString: ßú╚óεú
*formatType*tree.labelString: ßú╚óεú╠╧Φ╖τ∙
*formatType*ps.labelString: PostScript
*formatType*url.labelString: π»URL
*preferences_popup.title: Netscape: ▐┼╟∩
*preferences*OkLabelString: φ²δÑ
*preferences*Apply.labelString: ╠╜╓╝
*preferences*ApplyLabelString: ╠╜╓╝
*preferences*Cancel.labelString: ─∙╠∙
*preferences*CancelLabelString: ─∙╠∙
*preferences*prefsPopup.styles.labelString: ß■ߺ╠╧▌┘┌┘∙╦╨╬
*preferences*prefsPopup.colors.labelString: ╟≤ⁿ╒╠╧≈φ╚π
*preferences*prefsPopup.mail.labelString: Γ╙╟╡╠╧Σ╗Ω╠
*preferences*prefsPopup.cache.labelString: ╪φ▌┌ε┬╟⌠╠╧Ω╜µ√
*preferences*prefsPopup.images.labelString: Φ╖τ∙╠╧╟°╟└═╠
*preferences*prefsPopup.dirs.labelString: ≤▄╞ε╠╧╞°≥τ
*preferences*prefsPopup.helpers.labelString: δ⌐═ⁿ╧»≤▄╞εßú╩⌐
*preferences*prefsPopup.proxies.labelString: ┼ε▄í(proxy)
*preferences*prefsPopup*alignment: ALIGNMENT_BEGINNING
*preferences*prefsButton*alignment: ALIGNMENT_BEGINNING
*preferences*OptionLabel*alignment: ALIGNMENT_BEGINNING
*preferences*OptionButton*alignment: ALIGNMENT_BEGINNING
*preferences_popup*preeditType: none
*preferences*windowFrame*windowBoxLabel.labelString: ß■ߺ∙╦╨╬
*preferences*windowFrame*toolbarLabel.labelString: ⁿ╧╞ⁿ─╓╠ª█╛╥│:
*preferences*windowFrame*icons.labelString: Φ╖╩░
*preferences*windowFrame*text.labelString: ≤≥╒∙
*preferences*windowFrame*both.labelString: Φ╖╩░┼»≤≥╒∙
*preferences*windowFrame*startLabel.labelString: ΓΣ╠ε:
*preferences*windowFrame*blank.labelString: ╧¿╞⌡╙≈
*preferences*windowFrame*home.labelString: ╒ⁿ╙≈(Home Page)╚φσ⌠:
*preferences*windowFrame*fontLabel.labelString: ╟≤ⁿ╒∙╦╨╬:
*preferences*windowFrame*small.labelString: ─╤
*preferences*windowFrame*medium.labelString: ─π
*preferences*windowFrame*large.labelString: ─╦
*preferences*windowFrame*huge.labelString: ╓╓─╦
*preferences*windowFrame*toolbarLabel.alignment: ALIGNMENT_END
*preferences*windowFrame*startLabel.alignment: ALIGNMENT_END
*preferences*windowFrame*fontLabel.alignment: ALIGNMENT_END
*preferences*windowFrame*XmLabel.leftOffset: 10
*preferences*windowFrame*XmLabelGadget.leftOffset: 10
*preferences*windowFrame*XmTextField.rightOffset: 10
*preferences*windowFrame*toolbarLabel.topOffset: 15
*preferences*windowFrame*icons.topOffset: 15
*preferences*windowFrame*text.topOffset: 15
*preferences*windowFrame*both.topOffset: 15
*preferences*windowFrame*startLabel.topOffset: 15
*preferences*windowFrame*blank.topOffset: 15
*preferences*windowFrame*home.topOffset: 15
*preferences*windowFrame*fontLabel.topOffset: 15
*preferences*windowFrame*small.topOffset: 15
*preferences*windowFrame*medium.topOffset: 15
*preferences*windowFrame*large.topOffset: 15
*preferences*windowFrame*huge.topOffset: 15
*preferences*windowFrame*fontLabel.bottomOffset: 15
*preferences*windowFrame*toolbarLabel.rightOffset: 10
*preferences*windowFrame*startLabel.rightOffset: 10
*preferences*windowFrame*fontLabel.rightOffset: 10
*preferences*windowFrame.topOffset: 10
*preferences*windowFrame*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
*preferences*encodingFrame*encodingBoxLabel.labelString: ε╛εú
*preferences*encodingFrame*encodingOption.labelString: ≤≥╒∙ε╛εú:
*preferences*encodingFrame*encodingList*Latin1.labelString: Latin1
*preferences*encodingFrame*encodingList*SJIS.labelString: SJIS
*preferences*encodingFrame*encodingList*EUC-JP.labelString: EUC-JP
*preferences*encodingFrame*encodingList*ISO-2022-KR.labelString: ISO-2022-KR
*preferences*encodingFrame*encodingList*EUC-KR.labelString: EUC-KR
*preferences*encodingFrame*encodingList*EUC-CN.labelString: EUC-CN
*preferences*encodingFrame*encodingList*EUC-TW.labelString: EUC-TW
*preferences*encodingFrame*encodingList*BIG5.labelString: BIG5
*preferences*encodingFrame*autoselect.labelString: ╚▄┘»≥┘≡σ
*preferences*linkFrame*linkBoxLabel.labelString: ▌┘┌┘∙╦╨╬
*preferences*linkFrame*underline.labelString: ╟π▌┘┌┘─╢╙≥┼√─╢╟╞ε└
*preferences*linkFrame*followedLinkLabel.labelString: ≥±▌┘┌┘╬√≈φ╚π:
*preferences*linkFrame*unfollowedLinkLabel.labelString: ─Γ≥±▌┘┌┘╬√≈φ╚π:
*preferences*linkFrame*expireLabel.labelString: ≥±▌┘┌┘╬√╚┤╒µ▀µ:
*preferences*linkFrame*expireAfter.labelString: ─µ╤Ñ:
*preferences*linkFrame*expireDaysLabel.labelString: ┼▓
*preferences*linkFrame*expireDays.columns: 2
*preferences*linkFrame*expireNever.labelString: ─Γ╞┬╒µ
*preferences*linkFrame*expireNow.labelString: ▄ó╟π
*preferences*linkFrame*followedLinkLabel.alignment: ALIGNMENT_END
*preferences*linkFrame*unfollowedLinkLabel.alignment: ALIGNMENT_END
*preferences*linkFrame*indicatorType: ONE_OF_MANY
*preferences*linkFrame*underline.indicatorType: N_OF_MANY
*preferences*linkFrame*XmLabel.leftOffset: 10
*preferences*linkFrame*XmLabelGadget.leftOffset: 10
*preferences*linkFrame*expireDaysLabel.leftOffset: 0
*preferences*linkFrame*expireDays.topOffset: 10
*preferences*linkFrame*expireDays.bottomOffset: 10
*preferences*linkFrame*expireNow.marginWidth: 10
*preferences*linkFrame*underline.leftOffset: 10
*preferences*linkFrame*expireLabel.leftOffset: 10
*preferences*linkFrame*expireDaysLabel.leftOffset: 0
*preferences*linkFrame*expireDays.rightOffset: 0
*preferences*linkFrame*expireNever.leftOffset: 20
*preferences*linkFrame*expireNow.leftOffset: 20
*preferences*linkFrame*expireLabel.rightOffset: 10
*preferences*linkFrame.topOffset: 10
*preferences*mailFrame*mailBoxLabel.labelString: τ┘─═Γ╙╟╡
*preferences*mailFrame*mailBoxLabel.topOffset: -4
*preferences*mailFrame*mailBoxLabel.leftOffset: 10
*preferences*mailFrame*smtpLabel.labelString: τ┘─═Γ╙╟╡(SMTP)╚∙╬ñ≡┬:
*preferences*mailFrame*nameLabel.labelString: ╔ú╬√╟╪╟≤:
*preferences*mailFrame*mailLabel.labelString: ╔ú╬√τ┘─═Γ╙╟╡:
*preferences*mailFrame*orgLabel.labelString: ╔ú═╘·Φ±óΘ¼:
*preferences*mailFrame*sigLabel.labelString: °▄╟╪≤≥╒∙:
*preferences*mailFrame*8bitLabel.labelString: α⌡╪╩┼»Γ╙┘∞:
*preferences*mailFrame*8bitToggle.labelString: ─°▌┬ 8-bit
*preferences*mailFrame*qpToggle.labelString: ▄╩╟┘MIME (┼┐ΓÑ╞½╟─╟═╬√)
*preferences*mailFrame*sigBrowse.labelString: ÷▀√¬...
*preferences*mailFrame*XmLabel.leftOffset: 4
*preferences*mailFrame*XmLabelGadget.leftOffset: 4
*preferences*mailFrame*XmTextField.rightOffset: 10
*preferences*mailFrame*sigBrowse.rightOffset: 10
*preferences*mailFrame*smtpText.topOffset: 10
*preferences*mailFrame*mailText.bottomOffset: 15
*preferences*mailFrame*orgText.bottomOffset: 15
*preferences*mailFrame*sigText.bottomOffset: 15
*preferences*mailFrame*sigText.columns: 18
*preferences*mailFrame*8bitToggle.bottomOffset: 4
*preferences*mailFrame.topOffset: 10
*preferences*mailFrame*XmLabel.alignment: ALIGNMENT_END
*preferences*mailFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*mailFrame*XmPushButtonGadget.leftOffset: 8
*preferences*mailFrame*XmPushButtonGadget.rightOffset: 8
*preferences*mailFrame*XmPushButtonGadget.marginWidth: 10
*preferences*mailFrame*8bitToggle.indicatorType: ONE_OF_MANY
*preferences*mailFrame*qpToggle.indicatorType: ONE_OF_MANY
*preferences*newsFrame*newshostLabel.labelString: Σ╗Ω╠(NNTP)╚∙╬ñ≡┬:
*preferences*newsFrame*newsrcLabel.labelString: Σ╗Ω╠RC╞°≥τ:
*preferences*newsFrame*newsrcBrowse.labelString: ÷▀√¬...
*preferences*newsFrame*newsMaxLabel.labelString: ⁿ╧╞ⁿ:
*preferences*newsFrame*newsMaxSuffix.labelString: ε▓┼╞▌²─í╚╣
*preferences*newsFrame*newsMaxSuffix.leftOffset: 0
*preferences*newsFrame*newsMaxText.columns: 3
*preferences*newsFrame*newsBoxLabel.labelString: Σ╗Ω╠
*preferences*newsFrame*XmLabel.alignment: ALIGNMENT_END
*preferences*newsFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*newsFrame*newsMaxSuffix.alignment: ALIGNMENT_BEGINNING
*preferences*newsFrame*XmTextField.rightOffset: 10
*preferences*newsFrame*XmLabel.leftOffset: 4
*preferences*newsFrame*XmLabelGadget.leftOffset: 4
*preferences*newsFrame*XmLabel.rightOffset: 4
*preferences*newsFrame*XmLabelGadget.rightOffset: 4
*preferences*newsFrame*newsMaxText.bottomOffset: 10
*preferences*newsFrame.topOffset: 10
*preferences*newsFrame*XmPushButtonGadget.marginWidth: 10
*preferences*newsFrame*XmPushButtonGadget.rightOffset: 10
*preferences*newsFrame*newsrcText.columns: 18
*preferences*cacheFrame*cacheBoxLabel.labelString: ╪φ▌┌ε┬╟⌠
*preferences*cacheFrame*memoryLabel.labelString: ╪┤≡┘ⁿ╒╪φ▌┌ε┬╟⌠:
*preferences*cacheFrame*diskLabel.labelString: α²Θ≈╪φ▌┌ε┬╟⌠:
*preferences*cacheFrame*dirLabel.labelString: α²Θ≈╪φ▌┌ε┬╟⌠╞°≥τ:
*preferences*cacheFrame*verifyLabel.labelString: ⁿ╙ΓÑ≤≥╒∙:
*preferences*cacheFrame*onceToggle.labelString: ╩Σ╚╣╔óΣ╞ⁿ╙ΓÑ─í╚╣
*preferences*cacheFrame*everyToggle.labelString: ╩Σ╚╣
*preferences*cacheFrame*expiredToggle.labelString: ─Γⁿ╙ΓÑ
*preferences*cacheFrame*browse.labelString: ÷▀√¬...
*preferences*cacheFrame*k.labelString: K╟≤στ
*preferences*cacheFrame*memClear.labelString: ▄ó╟π█╥╪µ╪┤≡┘ⁿ╒╪φ▌┌ε┬╟⌠
*preferences*cacheFrame*diskClear.labelString: ▄ó╟π█╥╪µα²Θ≈╪φ▌┌ε┬╟⌠
*preferences*cacheFrame*memoryText.columns: 3
*preferences*cacheFrame*diskText.columns: 3
*preferences*cacheFrame*cacheDirText.columns: 8
*preferences*cacheFrame*alignment: ALIGNMENT_BEGINNING
*preferences*cacheFrame*memoryLabel.alignment: ALIGNMENT_END
*preferences*cacheFrame*diskLabel.alignment: ALIGNMENT_END
*preferences*cacheFrame*dirLabel.alignment: ALIGNMENT_END
*preferences*cacheFrame*verifyLabel.alignment: ALIGNMENT_END
*preferences*cacheFrame*memClear.leftOffset: 25
*preferences*cacheFrame*diskClear.leftOffset: 25
*preferences*cacheFrame*browse.rightOffset: 10
*preferences*cacheFrame*browse.bottomOffset: 10
*preferences*cacheFrame*memoryText.bottomOffset: 10
*preferences*cacheFrame*onceToggle.bottomOffset: 10
*preferences*cacheFrame*cacheDirText.bottomOffset: 10
*preferences*cacheFrame*indicatorType: ONE_OF_MANY
*preferences*cacheFrame*browse.marginWidth: 10
*preferences*cacheFrame*memClear.marginWidth: 10
*preferences*cacheFrame*diskClear.marginWidth: 10
*preferences*netFrame*netBoxLabel.labelString: Ω╜µ√
*preferences*netFrame*bufLabel.labelString: Ω╜µ√ε┬╩≤┘┤─╦─╤:
*preferences*netFrame*connLabel.labelString: ▌┘┌┘:
*preferences*netFrame*connSuffix.labelString: \
(╟╤─í╒δΓµ▐▓─╦╬√Ω╜µ√▌┘┌┘φ░)
*preferences*netFrame*k.labelString: K╟≤στ
*preferences*netFrame*connSuffix.rightOffset: 10
*preferences*netFrame*networkFrame.topOffset: 10
*preferences*netFrame*bufText.columns: 3
*preferences*netFrame*connText.columns: 3
*preferences*netFrame*alignment: ALIGNMENT_BEGINNING
*preferences*netFrame*bufLabel.alignment: ALIGNMENT_END
*preferences*netFrame*connLabel.alignment: ALIGNMENT_END
*preferences*netFrame*bufText.bottomOffset: 10
*preferences*netFrame*connText.bottomOffset: 10
*preferences*appsFrame*appsBoxLabel.labelString: ┼┼╤╜╬√≤▄╞ε
*preferences*appsFrame*telnetLabel.labelString: Telnet ≤▄╞ε:
*preferences*appsFrame*tn3270Label.labelString: TN3270 ≤▄╞ε:
*preferences*appsFrame*rloginLabel.labelString: Rlogin ≤▄╞ε:
*preferences*appsFrame*rloginUserLabel.labelString: Rlogin ┌º╞ε┼┬:
*preferences*appsFrame*appsFrame.topOffset: 10
*preferences*appsFrame*rloginUserText.bottomOffset: 10
*preferences*appsFrame*XmLabel.alignment: ALIGNMENT_END
*preferences*appsFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*dirsFrame*dirsBoxLabel.labelString: ╞°≥τ
*preferences*dirsFrame*tmpLabel.labelString: ⌡º╒δ╞°≥τ:
*preferences*dirsFrame*bookLabel.labelString: ╒≤ⁿ╛:
*preferences*dirsFrame*tmpBrowse.labelString: ÷▀√¬...
*preferences*dirsFrame*bookBrowse.labelString: ÷▀√¬...
*preferences*dirsFrame*dirsFrame.topOffset: 10
*preferences*dirsFrame*tmpText.columns: 19
*preferences*dirsFrame*tmpText.bottomOffset: 10
*preferences*dirsFrame*bookText.bottomOffset: 10
*preferences*dirsFrame*XmLabel.alignment: ALIGNMENT_END
*preferences*dirsFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*dirsFrame.topOffset: 10
*preferences*dirsFrame*XmPushButtonGadget.marginWidth: 10
*preferences*dirsFrame*XmPushButtonGadget.rightOffset: 10
*preferences*imagesFrame*imagesBoxLabel.labelString: Φ╖τ∙
*preferences*imagesFrame*colors.labelString: ≈φ╚π:
*preferences*imagesFrame*dither.labelString: ╩┐┘»(dither)╠»≈φ╚π┼╔π█
*preferences*imagesFrame*closest.labelString: ╦≡╞ε≈φ╚π┼╔π█─π▐▓┌┘╧╘╬√≈φ╚π
*preferences*imagesFrame*display.labelString: ⁿ╧╞ⁿ≈φ╚π:
*preferences*imagesFrame*while.labelString: ╟πµ╥τÑ╒δ
*preferences*imagesFrame*after.labelString: µ╥τÑ╤Ñ
*preferences*imagesFrame*imagesFrame.topOffset: 10
*preferences*imagesFrame*closest.rightOffset: 10
*preferences*imagesFrame*while.bottomOffset: 10
*preferences*imagesFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*imagesFrame*XmToggleButtonGadget.alignment:ALIGNMENT_BEGINNING
*preferences*imagesFrame*indicatorType: ONE_OF_MANY
*preferences*imagesFrame*after.bottomOffset: 10
*preferences*securityFrame*securityBoxLabel.labelString: ╟°╟└═╠ⁿ╚┘»
*preferences*securityFrame*alertLabel.labelString: ─µ╨⌐ⁿ╧╞ⁿⁿ╧╞ⁿ─í╘╢∞▀┼°·└╔╦:
*preferences*securityFrame*enterToggle.labelString: \
≥╙─½╟°╟└≤≥╒∙╧¿Γµ (╚∙╬ñ≡┬)
*preferences*securityFrame*leaveToggle.labelString: \
╓τ─╢╟°╟└≤≥╒∙╧¿Γµ (╚∙╬ñ≡┬)
*preferences*securityFrame*mixedToggle.labelString: \
╦≡╞ε╟°╟└/─Γ╟°╟└(Secure/Insecure)██╠╧φ╝╚ó²¿╥α≤≥╒∙
*preferences*securityFrame*alignment: ALIGNMENT_BEGINNING
*preferences*securityFrame*submitToggle.labelString: \
─Γ╟°╟└╬√φ²δÑ╧╨
*preferences*securityFrame*alertLabel.topOffset: 10
*preferences*securityFrame*alertLabel.leftOffset: 10
*preferences*securityFrame*enterToggle.topOffset: 10
*preferences*securityFrame*enterToggle.leftOffset: 20
*preferences*securityFrame*submitToggle.bottomOffset: 10
*preferences*securityFrame*enterToggle.rightOffset: 10
*preferences*securityFrame*leaveToggle.rightOffset: 10
*preferences*securityFrame*mixedToggle.rightOffset: 10
*preferences*securityFrame*submitToggle.rightOffset: 10
*preferences*securityFrame.topOffset: 10
*preferences*proxiesFrame*proxiesBoxLabel.labelString: ┼ε▄í(Proxies)
*preferences*proxiesFrame*ftpLabel.labelString: FTP┼ε▄í(Proxy):
*preferences*proxiesFrame*gopherLabel.labelString: Gopher┼ε▄í(Proxy):
*preferences*proxiesFrame*httpLabel.labelString: HTTP┼ε▄í(Proxy):
*preferences*proxiesFrame*httpsLabel.labelString: ╟°╟└═╠┼ε▄í(Proxy):
*preferences*proxiesFrame*waisLabel.labelString: WAIS┼ε▄í(Proxy):
*preferences*proxiesFrame*noLabel.labelString: α╥┼ε▄í(Proxy)ß┐:
*preferences*proxiesFrame*socksLabel.labelString: SOCKS ┼Σ±ó:
*preferences*proxiesFrame*portLabel.labelString: ≥╙┼°┘╒:
*preferences*proxiesFrame*XmLabel.alignment: ALIGNMENT_END
*preferences*proxiesFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*proxiesFrame*XmTextField.columns: 19
*preferences*proxiesFrame*ftpPort.columns: 3
*preferences*proxiesFrame*ftpText.rightOffset: 10
*preferences*proxiesFrame*ftpPort.rightOffset: 10
*preferences*proxiesFrame*proxiesBoxLabel.leftOffset: 10
*preferences*proxiesFrame*proxiesBoxLabel.topOffset: -4
*preferences*proxiesFrame*XmLabel.leftOffset: 10
*preferences*proxiesFrame*XmLabelGadget.leftOffset: 10
*preferences*proxiesFrame*portLabel.leftOffset: 10
*preferences*proxiesFrame*noText.bottomOffset: 10
*preferences*proxiesFrame*socksText.topOffset: 15
*preferences*proxiesFrame*socksText.bottomOffset: 10
*preferences*helperFrame*helperBoxLabel.labelString: MIME ╪┘σ⌠≤≥╒∙
*preferences*helperFrame*globalMimeTypesLabel.labelString: Global ∙╦╨╬≤≥╒∙:
*preferences*helperFrame*privateMimeTypesLabel.labelString:╘╢─⌐∙╦╨╬≤≥╒∙:
*preferences*helperFrame*globalMailcapLabel.labelString: Global Mailcap≤≥╒∙:
*preferences*helperFrame*privateMailcapLabel.labelString:╘╢─⌐Mailcap≤≥╒∙:
*preferences*helperFrame*globalMimeTypesBrowseButton.labelString: ÷▀√¬...
*preferences*helperFrame*privateMimeTypesBrowseButton.labelString: ÷▀√¬...
*preferences*helperFrame*globalMailcapBrowseButton.labelString: ÷▀√¬...
*preferences*helperFrame*privateMailcapBrowseButton.labelString: ÷▀√¬...
*preferences*helperFrame*globalMimeTypesBrowseButton.marginWidth: 10
*preferences*helperFrame*privateMimeTypesBrowseButton.marginWidth: 10
*preferences*helperFrame*globalMailcapBrowseButton.marginWidth: 10
*preferences*helperFrame*privateMailcapBrowseButton.marginWidth: 10
*preferences*helperFrame*XmLabel.rightOffset: 4
*preferences*helperFrame*XmLabelGadget.rightOffset: 4
*preferences*helperFrame*XmLabel.alignment: ALIGNMENT_END
*preferences*helperFrame*XmLabelGadget.alignment: ALIGNMENT_END
*preferences*helperFrame*XmTextField.columns: 18
*preferences*helperFrame*globalMailcapText.topOffset: 10
*preferences*helperFrame*privateMailcapText.bottomOffset: 10
*preferences*helperFrame*XmPushButtonGadget.leftOffset: 10
*preferences*helperFrame*XmPushButtonGadget.rightOffset: 10
*enteringSecureDialog_popup.title: Netscape: ╟°╟└≤≥╒∙
*enteringSecureDialog*toggle.labelString: ─╢╚╣ⁿ╧╞ⁿ╞█ⁿ╚┘»
*enteringSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
*enteringSecureDialog*toggle.leftOffset: 100
*enteringSecureDialog.selectionLabelString:\
╔ú─╪╞≤ε∙─í╘╢╟°╟└≤≥╒∙íñ╟ππ«≥╙τ┤ßú─π≤≥╒∙╠╧╔úα⌡╟▀\n\
╬√╟╢╚⌠╪╣╒╔▌τ▌╖┼√┘∩┼Φ╧±√¼╔ú╬√÷í╦│íñ\n\
∙├═⌡╟°╟└┼╔╙≥╬√╩╒µ█▄╪╪╣╒╔í«ε∙╟π'≤≥╒∙'≥┘Γ·─π≥┘≡σ'≤≥╒∙╪╣╒╔'íñ
*leavingSecureDialog_popup.title: Netscape: ╟°╟└═╠·└╔╦
*leavingSecureDialog*toggle.labelString: ─╢╚╣ⁿ╧╞ⁿ╞█ⁿ╚┘»
*leavingSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
*leavingSecureDialog.OkLabelString: ·½·²µ╥τÑ
*leavingSecureDialog.CancelLabelString: ╠╜╓╝µ╥τÑ
*leavingSecureDialog*toggle.leftOffset: 100
*leavingSecureDialog.selectionLabelString:\
╔ú─╪╞≤ε∙─í╘╢╧µ╟°╟└≤≥╒∙íñ╟ππ«≥╙τ┤ßú─π≤≥╒∙╠╧╔úα⌡╟▀\n\
╬√╟╢╚⌠╪╣╒╔▌τ╞½▌╖▄╔─╡┼╔═╘⌠╜╠╜íñ\n\
∙├═⌡╟°╟└┼╔╙≥╬√╩╒µ█▄╪╪╣╒╔í«ε∙╟π'≤≥╒∙'≥┘Γ·─π≥┘≡σ'≤≥╒∙╪╣╒╔'íñ
*mixedSecurityDialog_popup.title: Netscape: ╟°╟└═╠·└╔╦
*mixedSecurityDialog*toggle.labelString: ─╢╚╣ⁿ╧╞ⁿ╞█ⁿ╚┘»
*mixedSecurityDialog*toggle.alignment: ALIGNMENT_BEGINNING
*mixedSecurityDialog*toggle.leftOffset: 100
*mixedSecurityDialog.selectionLabelString:\
╔ú─╪╞≤ε∙─í╘╢┼²╔╓─í╦Φ╧µ╟°╟└╪╣╒╔╬√╟°╟└≤≥╒∙íñ\n\
\n\
╧µ╟°╟└╪╣╒╔┘≥─Γ▌╖ⁿ╧╞ⁿíñ\n\
∙├═⌡╟°╟└┼╔╙≥╬√╩╒µ█▄╪╪╣╒╔í«ε∙╟π'≤≥╒∙'≥┘Γ·─π≥┘≡σ'≤≥╒∙╪╣╒╔'íñ
*redirectionToInsecureDialog_popup.title: Netscape: ╟°╟└═╠·└╔╦
*redirectionToInsecureDialog*toggle.labelString:─╢╚╣ⁿ╧╞ⁿ╞█ⁿ╚┘»
*redirectionToInsecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
*redirectionToInsecureDialog.OkLabelString: ·½·²µ╥τÑ
*redirectionToInsecureDialog.CancelLabelString: ╠╜╓╝µ╥τÑ
*redirectionToInsecureDialog*toggle.leftOffset: 100
*redirectionToInsecureDialog.selectionLabelString:\
·└╔╦! ╔ú─╪╞≤ε∙─í╘╢╧µ╟°╟└≤≥╒∙í«╚║≤≥╒∙╘╧╟┐▌╖╤└╠∙╥│╟°╟└≤≥╒∙\n\
(▌╒╘╢╚φσ⌠▌╖┌╖╟°╟└≤≥╒∙╙∞╠∙╟╫╥│╧µ╟°╟└≤≥╒∙)íñ\n\
╟ππ«≥╙τ┤ßú─π≤≥╒∙╠╧╔úα⌡╟▀╬√╟╢╚⌠╪╣╒╔▌τ╞½▌╖▄╔─╡┼╔═╘⌠╜╠╜íñ
*insecurePostFromSecureDocDialog_popup.title: Netscape: ╟°╟└═╠·└╔╦
*insecurePostFromSecureDocDialog*toggle.labelString: ─╢╚╣ⁿ╧╞ⁿ╞█ⁿ╚┘»
*insecurePostFromSecureDocDialog*toggle.alignment: ALIGNMENT_BEGINNING
*insecurePostFromSecureDocDialog.OkLabelString: ·½·²φ²δÑ
*insecurePostFromSecureDocDialog.CancelLabelString: ╠╜╓╝φ²δÑ
*insecurePostFromSecureDocDialog*toggle.leftOffset: 100
*insecurePostFromSecureDocDialog.selectionLabelString:\
·└╔╦! ÷úα╙╟°╟└╤╥╟°╟└≤≥╒∙í«╚■╔úφ²δÑ╬√╟╢╚⌠╪╣╒╔▌τ╤╥─Γ╟°╟└╬√╚╘┼Γ╟π\n\
π«≥╙τ┤ßú─π╞½▌╖▄╔─╡┼╔═╘⌠╜╠╜íñ╟±╬¬╔úφ²δÑ─╟┼∩í«╧Ω╞ε╞ªµ└εúí«═╨╠º╞╞\n\
╔úπ≈╧±┘∩╬√╪╣╒╔í«╠╜╓╝╞█≡τ╔ó┘≥╩╒╟°╟└íñ
*insecurePostFromInsecureDocDialog_popup.title: Netscape: ╟°╟└═╠·└╔╦
*insecurePostFromInsecureDocDialog.OkLabelString: ·½·²φ²δÑ
*insecurePostFromInsecureDocDialog.CancelLabelString: ╠╜╓╝φ²δÑ
*insecurePostFromInsecureDocDialog*toggle.labelString:─╢╚╣ⁿ╧╞ⁿ╞█ⁿ╚┘»
*insecurePostFromInsecureDocDialog*toggle.alignment: ALIGNMENT_BEGINNING
*insecurePostFromInsecureDocDialog*toggle.leftOffset: 100
*insecurePostFromInsecureDocDialog.selectionLabelString:\
╔úφ²δÑ╬√╪╣╒╔╤╥─Γ╟°╟└╬√╚╘┼Γ╟ππ«≥╙τ┤ßú─π╞½▌╖▄╔─╡┼╔═╘⌠╜╠╜íñ\n\
╟±╬¬╔úφ²δÑ─╟┼∩í«╧Ω╞ε╞ªµ└εúí«═╨╠º╞╞╔úπ≈╧±┘∩╬√╪╣╒╔í«\n\
╠╜╓╝╞█≡τ╔ó┘≥╩╒╟°╟└íñ
*licenseDialog_popup.title: Netscape: ▌┬╞½ΓÑ╠╢·╛
*licenseDialog*label1.labelString:\n\
Netscape ╤╥─í╘╢δµ╙╤▌┬╞½ΓÑ╬√▌╘╟╡íñ ╞█▌╘╟╡╬√╦≡╞ε▌╖┼Φ─╢\n\
▌┬╞½ΓÑ╠╢·╛█╛αí═╘╥ⁿ╩╓íñ\n
*licenseDialog*label2.labelString:\n\
╟±╬¬╔ú┌┘╠┐╞█▌┬╞½ΓÑ╠╢·╛█╛αíí«ε∙╤║'┌┘╠┐'íñ╔┴╨¼╤║'─Γ┌┘╠┐'íñ\n\
*licenseDialog*text.columns: 18
*licenseDialog*text.rows: 23
*licenseDialog*text.wordWrap: True
*licenseDialog*text.scrollHorizontal: False
*licenseDialog.accept.labelString: ┌┘ ╠┐
*licenseDialog.reject.labelString: ─Γ┌┘╠┐
*printSetup_popup.title: Netscape: ╟─╟═
*printSetup*printToLabel.labelString: ╟─╟═╚▌:
*printSetup*toPrinterToggle.labelString: ╟─╟═±ó
*printSetup*toFileToggle.labelString: ≤≥╒∙
*printSetup*printCommandLabel.labelString: ╟─╟═╠╘┼∩:
*printSetup*fileNameLabel.labelString: ≤≥╒∙╟╪:
*printSetup*browseButton.labelString: ÷▀√¬...
*printSetup*printLabel.labelString: ╟─╟═:
*printSetup*firstFirstToggle.labelString: ╨⌐╙≥╟┐ⁿ╧╞ⁿ
*printSetup*lastFirstToggle.labelString: ╤Ñ╙≥╟┐ⁿ╧╞ⁿ
*printSetup*orientationLabel.labelString: ╠∙╟╫:
*printSetup*portraitToggle.labelString: ╦╣τ∙
*printSetup*landscapeToggle.labelString: ╙°▀▀
*printSetup*printColorLabel.labelString: ╟─╟═:
*printSetup*greyscaleToggle.labelString: ╚╚╚π
*printSetup*colorToggle.labelString: ≈φ╚π
*printSetup*paperSizeLabel.labelString: ╫╦┌»─╦─╤:
*printSetup*letterToggle.labelString: Letter (8 1/2 x 11 in.)
*printSetup*legalToggle.labelString: Legal (8 1/2 x 14 in.)
*printSetup*executiveToggle.labelString: Executive (7 1/2 x 10 in.)
*printSetup*a4Toggle.labelString: A4 (210 x 297 mm)
*printSetup*OK.labelString: ╟─╟═
*printSetup*OkLabelString: ╟─╟═
*printSetup*CancelLabelString: ╠╜╓╝
*printSetup*XmLabel.alignment: ALIGNMENT_END
*printSetup*XmLabelGadget.alignment: ALIGNMENT_END
*printSetup*XmToggleButtonGadget.alignment: ALIGNMENT_BEGINNING
*printSetup*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
*printSetup*lastFirstToggle.leftOffset: 10
*printSetup*landscapeToggle.leftOffset: 10
*printSetup*colorToggle.leftOffset: 10
*printSetup*legalToggle.leftOffset: 10
*printSetup*a4Toggle.leftOffset: 10
*printSetup*XmLabel.rightOffset: 10
*printSetup*XmLabelGadget.rightOffset: 10
*printSetup*browseButton.marginHeight: 3
*printSetup*browseButton.marginWidth: 4
*printSetup*line.topOffset: 4
*printSetup*printLabel.topOffset: 4
*printSetup*firstFirstToggle.topOffset: 10
*printSetup*portraitToggle.topOffset: 10
*printSetup*greyscaleToggle.topOffset: 10
*printSetup*letterToggle.topOffset: 10
*printSetup_popup*preeditType: overthespot
*findDialog_popup.title: Netscape: ▐≥╩╞
*findDialog*findLabel.labelString: ▐≥╩╞:
*findDialog*findLabel.alignment: ALIGNMENT_END
*findDialog*caseSensitive.labelString: ╟≤╞α─╦─╤∞╤
*findDialog*backwards.labelString: ╟╫╤Ñ▐≥╩╞
*findDialog*backwards.leftOffset: 20
*findDialog*caseSensitive.alignment: ALIGNMENT_BEGINNING
*findDialog*backwards.alignment: ALIGNMENT_BEGINNING
*findDialog*XmToggleButtonGadget.indicatorType: N_OF_MANY
*findDialog*XmToggleButtonGadget.visibleWhenOff:True
*findDialog*OK.labelString: ▐≥╩╞
*findDialog*OkLabelString: ▐≥╩╞
*findDialog*Apply.labelString: █╥╪µ
*findDialog*ApplyLabelString: █╥╪µ
*findDialog*Cancel.labelString: ∙├▌≡
*findDialog*CancelLabelString: ∙├▌≡
*findDialog_popup*preeditType: overthespot
*openURL_popup.title: Netscape: ╞╘ΓΣ╚φσ⌠
*openURL*openURLLabel.labelString: ╞╘ΓΣ╚φσ⌠:
*openURL*OK.labelString: ╞╘ΓΣ
*openURL*OkLabelString: ╞╘ΓΣ
*openURL*Apply.labelString: █╥╪µ
*openURL*ApplyLabelString: █╥╪µ
*openURL*Cancel.labelString: ╠╜╓╝
*openURL*CancelLabelString: ╠╜╓╝
*openURL*openURLLabel.alignment: ALIGNMENT_END
*openURL*urlText.columns: 23
*openURL.width: 500
*openURL_popup*preeditType: overthespot
*message_popup.title: Netscape
*message_popup*OK.labelString: φ²δÑ
*message_popup*OkLabelString: φ²δÑ
*error_popup.title: Netscape: ≥πδ¿
*question_popup.title: Netscape: ┘┬≈ε
*question_popup*OK.labelString: φ²δÑ
*question_popup*Cancel.labelString: ╠╜╓╝
*prompt_popup.title: Netscape: ▀╚╞ⁿ
*password_popup.title: Netscape: ─╟┼∩
*stdout_popup.title: Netscape: ─═Γ╨ßúΓ¼÷╦ (stdout)
*stderr_popup.title: Netscape: ─═Γ╨ßúΓ¼÷╦ (stderr)
*stdout_stderr_popup.title: Netscape: ─═Γ╨ßúΓ¼÷╦ (stdout/stderr)
*citing_popup.title: Netscape
*citing_popup*messageString: \n┼┐╞ε...\n
*printing_popup.title: Netscape
*printing_popup*messageString: \n╟─╟═...\n
*deliveringMessage_popup.title: Netscape
*deliveringMessage_popup*messageString: \nπ«δ─╪╣╒╔...\n
*saving_popup.title: Netscape
*saving_popup*messageString: \n╧±╟⌠╠»α²Θ≈...\n
*visual_popup.title: Netscape: ╩╤ⁿ╚ X ⁿ╧╞ⁿ
*visual_popup*listLabelString: ╞½╞ε╬√ⁿ╧╞ⁿ:
*dialog*OK.labelString: φ²δÑ
*dialog*clear.labelString: █╥╪µ
*dialog*Cancel.labelString: ╠╜╓╝
*dialog*userLabel.labelString: ╞ε┼┬ ID:
*dialog*passwdLabel.labelString: ─╟┼∩:
*dialog*userLabel.alignment: ALIGNMENT_END
*dialog*passwdLabel.alignment: ALIGNMENT_END
*citationQuery_popup.title: ┼┐╞ε∙╦╨╬┘┬≈ε
*citationQuery.selectionLabelString: \n\
╔ú─╪┼┐╞ε─º≡∞╘╢≤≥╒∙╚╘─Γ╤╥▌┘┌┘╞╞íñ\n\
\n\
╔ú╞½▌┘┌┘╚║≤≥╒∙í«╞╞Σ─┼°▄ó╟π╪╣╒╔─π╚╘┼Γ╟π╚τ╬√ΓΣ╠ε▌¿╩⌠╚┤'>'íñ\n\
▌╒╦≡┌╡┌┘╚¡╧»╧±╟⌠╠╧╦≡╞ε╞█≤≥╒∙╩╒┼╔╧φíñ\n\
\n\
╔úπ≈╩─▌╒╘╢≤≥╒∙╔ó╥│▌┘┌┘α⌡╪╩π├?\n
*citationQuery*OK.labelString: ╔ó╥│≤≥╒∙\n▌┘┌┘α⌡╪╩
*citationQuery*OkLabelString: ╔ó╥│≤≥╒∙\n▌┘┌┘α⌡╪╩
*citationQuery*Apply.labelString: ╔ó╥│┼┐╞ε\nα⌡ ╪╩
*citationQuery*ApplyLabelString: ╔ó╥│┼┐╞ε\nα⌡ ╪╩
*citationQuery*Cancel.labelString: ╠╜╓╝
*citationQuery*CancelLabelString: ╠╜╓╝
*doubleCitationQuery_popup.title: ┼┐╞ε∙╦╨╬┘┬≈ε
*doubleCitationQuery.selectionLabelString: \n\
╔ú─╪σε(╞½╫Σ╤╥α╥π⌠╬√)┼²╔╓╟╤─í≤≥╒∙╠Ñ╚╣íñ:\n\
▄╔─í╘╢╤╥┼┐╞ε(╩Σ─í╚τ╬√╚τ╙√╤╥ `>'),\n\
α╙╤Ñ╤╥▌┘┌┘(╔ó╥│╪╣╒╔╬√▄╔─¿▌σ╟╣í«┼²╔╓╟π╔ú╬√Σ╗≤≥╒∙─µ╤Ñíñ)\n\
\n\
╔ú╤╥π≈α⌡╪╩▌┘┌┘≤≥╒∙═╨α⌡╪╩┼┐╞ε≤≥╒∙?
*doubleCitationQuery*OK.labelString: ╔ó╥│≤≥╒∙\n▌┘┌┘α⌡╪╩
*doubleCitationQuery*OkLabelString: ╔ó╥│≤≥╒∙\n▌┘┌┘α⌡╪╩
*doubleCitationQuery*Apply.labelString: ╔ó╥│┼┐╞ε\nα⌡ ╪╩
*doubleCitationQuery*ApplyLabelString: ╔ó╥│┼┐╞ε\nα⌡ ╪╩
*doubleCitationQuery*CancelLabelString: ╠╜╓╝
*doubleCitationQuery*Cancel.labelString: ╠╜╓╝
*streamingAudioQuery_popup.title: ╙÷≤ó┘┬≈ε
*streamingAudioQuery.selectionLabelString: \
╔ú╤╥╩─┌╖Ω╜µ√─πτ┤╦⌠╬√φ░≡π╬■┌┘φº═≤ß┐╞└▌σ²¿Φ╓╧»í«\n\
⌡Σ╤╥╧±╟⌠╠»≤≥╒∙╤Ñ╟πφº═≤í⌐
*streamingAudioQuery*OK.labelString: ┌╖Ω╜µ√φº═≤
*streamingAudioQuery*OkLabelString: ┌╖Ω╜µ√φº═≤
*streamingAudioQuery*Apply.labelString: ╟┐╧±╟⌠
*streamingAudioQuery*ApplyLabelString: ╟┐╧±╟⌠
*streamingAudioQuery*Cancel.labelString: ╠╜╓╝
*streamingAudioQuery*CancelLabelString: ╠╜╓╝
*fileSelector*filterLabelString: τ┤÷█≡┬
*fileSelector*dirListLabelString: ╞°≥τ
*fileSelector*fileListLabelString: ≤≥╒∙
*fileSelector*OkLabelString: φ²δÑ
*fileSelector*ApplyLabelString: τ┤÷█≡┬
*fileSelector*CancelLabelString: ╠╜╓╝
*fileSelector.Selection.labelString: ≥┘≡σ
*fileSelector.pattern: *.html
*fileSelector*fileTypeMask: FILE_ANY_TYPE
*fileSelector*saveTypeBox.orientation: HORIZONTAL
*fileSelector*formatType.labelString: ╧±╟⌠≤≥╒∙╬√╓¬╚ó:
*fileSelector_popup*preeditType: overthespot
*fileBrowser_popup.title: Netscape: ≤≥╒∙÷▀√¬≡┬
*fileBrowser*filterLabelString: τ┤÷█≡┬
*fileBrowser*dirListLabelString: ╞°≥τ
*fileBrowser*fileListLabelString: ≤≥╒∙
*fileBrowser*Selection.labelString: ≥┘≡σ
*fileBrowser*OkLabelString: φ²δÑ
*fileBrowser*ApplyLabelString: τ┤÷█≡┬
*fileBrowser*CancelLabelString: ╠╜╓╝
*fileBrowser*HelpLabelString: δ⌐═ⁿ
*formSubmitButton.labelString: φ²δÑ
*formResetButton.labelString: ε∩╚φ
*formButton.labelString: α█─═─╦µ¬(Monkey Brains)
*bookmark_popup.title: Netscape: ╒≤ⁿ╛
*bookmark*add.labelString: ┼√╒≤ⁿ╛
*bookmark*goto.labelString: µⁿ╚▌
*bookmark*selectedLabel.labelString: URL
*bookmark*up.labelString: ─╕
*bookmark*down.labelString: ─╢
*bookmark*in.labelString: Γ╨
*bookmark*out.labelString: ┼°
*bookmark*find.labelString: ▐≥╩╞:
*bookmark*close.labelString: ∙├▌≡
*bookmark*edit.labelString: ε╛≥╥>>
*bookmark*view.labelString: ²¿╥α╒≤ⁿ╛...
*bookmark*export.labelString: ≥╙┼°╒≤ⁿ╛...
*bookmark*import.labelString: ≥╙─½╒≤ⁿ╛...
*bookmark*addUnderLabel.labelString: ╟π...─µ╤Ñ≥┘Γ·∞┴┼√:
*bookmark*bookmarkMenuLabel.labelString:╞ε...ΓΣ╠ε≥┘Γ·:
*bookmark*newURL.labelString: Σ╗╒≤ⁿ╛
*bookmark*newHeader.labelString: Σ╗φ║≈ε
*bookmark*newSeparator.labelString: Σ╗┼í▐┤▄╩
*bookmark*bookmarkNameLabel.labelString:╟╪╟≤:
*bookmark*bookmarkURLLabel.labelString: ╚φσ⌠:
*bookmark*visitedLabel.labelString: ▐▓╤Ñ─í╚╣▌╛┘┬:
*bookmark*addedLabel.labelString: ∞┴┼√:
*bookmark*descriptionLabel.labelString: ▀└╙▌:
*bookmark*done.labelString: << ε╛≥╥ß╕╩╓
*bookmark*copy.labelString: ╤┬╦╩Γ·╞°
*bookmark*remove.labelString: ╔┤╪µΓ·╞°
*bookmark*leftBox*resizable: False
*bookmark*XmList*visibleItemCount: 14
*bookmark*XmList*listSizePolicy: RESIZE_IF_POSSIBLE
*bookmark*XmPushButton.alignment: ALIGNMENT_CENTER
*bookmark*XmPushButtonGadget.alignment: ALIGNMENT_CENTER
*bookmark*XmLabel.alignment: ALIGNMENT_END
*bookmark*XmLabel.alignment: ALIGNMENT_END
*bookmark*XmLabelGadget.alignment: ALIGNMENT_END
*bookmark*selectedLabel.alignment: ALIGNMENT_BEGINNING
*bookmark*leftBox.leftOffset: 10
*bookmark*leftBox.topOffset: 10
*bookmark*leftBox.bottomOffset: 10
*bookmark*XmScrolledWindow.rightOffset: 10
*bookmark*leftBox*box1.rightOffset: 10
*bookmark*leftBox*box2.rightOffset: 10
*bookmark*leftBox*box3.rightOffset: 10
*bookmark*leftBox*box4.rightOffset: 10
! add 5 to descriptionText.topOffset to align label with text baseline (gag)
*bookmark*descriptionLabel.topOffset: 5
*bookmark*selectedLabel.rightOffset: 10
*bookmark*selectedLabel.recomputeSize: False
*bookmark*rightBox.topOffset: 10
*bookmark*rightBox.bottomOffset: 10
*bookmark*rightBox.rightOffset: 10
*bookmark*rightBox*box2.resizePolicy: RESIZE_GROW
*bookmarkLabelItem.alignment: ALIGNMENT_BEGINNING
*bookmark*box1.marginWidth: 0
*bookmark*box1.marginHeight: 0
*bookmark*box2.marginWidth: 0
*bookmark*box2.marginHeight: 0
*bookmark*box3.marginWidth: 0
*bookmark*box3.marginHeight: 0
*bookmark*box4.marginWidth: 0
*bookmark*box4.marginHeight: 0
*bookmark*box5.marginWidth: 0
*bookmark*box5.marginHeight: 0
*bookmark*leftBox*box2.bottomOffset: 10
*bookmark*leftBox*box3.bottomOffset: 20
*bookmark*rightBox*box2.topOffset: 10
*bookmark*rightBox*box3.topOffset: 20
*bookmark*rightBox*box4.topOffset: 10
*bookmark*rightBox*box4.bottomOffset: 20
*bookmark*descriptionText.wordWrap: True
*bookmark_popup*preeditType: overthespot
! Need class name in here to defeat *sgiMode and HP-VUE color nonsense...
! On SGIs, not having the class will cause the default SGI colors to
! be used instead of the ones specified here. With VUE, the behavior
! is even worse - if we're using a non-default visual (for example, if
! we have requested a 24-bit TrueColor visual instead of the default
! 8-bit PseudoColor) then VUE will ignore the fact that we're not using
! the default visual, and give us colors allocated from the wrong
! colormap, resulting in lovely effects like brown-on-brown menubars!
!
Netscape*thermo.slider.foreground: #0000BF
Netscape*thermo.slider.background: #69B5B5
Netscape*power.LED.foreground: #0000BF
Netscape*power.LED.background: #69B5B5
! (Note: if you comment this stuff out in an attempt to let the current
! "scheme" override things, you'll find that the colors of the toolbar
! icons and the colors of form elemenets (like option menus) will get
! messed up.)
Netscape*foreground: Black
Netscape*background: #B2B2B2
Netscape*XmTextField.foreground: Black
Netscape*XmText.foreground: Black
Netscape*XmList.foreground: Black
Netscape*XmTextField.background: #D3B5B5
Netscape*XmText.background: #D3B5B5
Netscape*XmList.background: #D3B5B5
! Colors of the "Secure Document" bar.
*secureDocumentColor: #0000BF
*insecureDocumentColor: #B2B2B2
! Various margin sizes
!
*topLeftArea.leftOffset: 0
*topLeftArea.rightOffset: 10
*topLeftArea.topOffset: 0
*topLeftArea.bottomOffset: 0
*urlText.topOffset: 4
*urlText.bottomOffset: 4
*urlText.leftOffset: 4
*urlText.rightOffset: 4
!*urlText.rightOffset: 10
! add 5 to urlText.topOffset to align urlLabel with urlText baseline (gag)
*urlLabel.topOffset: 9
*urlLabel.leftOffset: 10
*urlLabel.rightOffset: 10
*historyMenuBox.topOffset: 0
*historyMenuBox.bottomOffset: 4
*historyMenuBox.leftOffset: 4
*historyMenuBox.rightOffset: 4
*logo.topOffset: 4
*logo.bottomOffset: 4
*logo.leftOffset: 10
*logo.rightOffset: 10
*historyMenuBox.marginHeight: 0
*historyMenuBox.marginWidth: 0
*toolBar*XmPushButton.leftOffset: 2
*toolBar*XmPushButtonGadget.leftOffset: 2
*urlBar*XmPushButton.leftOffset: 2
*urlBar*XmPushButtonGadget.leftOffset: 2
*mouseDocumentation.rightOffset: 4
*toolBar.topOffset: 0
*toolBar.leftOffset: 10
*toolBar.rightOffset: 0
*toolBar.bottomOffset: 0
*urlBar.topOffset: 4
*urlBar.leftOffset: 10
*urlBar.rightOffset: 0
*urlBar.bottomOffset: 0
! Give it a default string to get it sized right...
*mouseDocumentation.labelString: Mozilla
*mouseDocumentation.alignment: ALIGNMENT_BEGINNING
*mouseDocumentation.leftOffset: 10
*docinfoLabel.leftOffset: 4
*dashboard.topOffset: 0
*dashboard.bottomOffset: 0
*dashboard.leftOffset: 0
*dashboard.rightOffset: 10
! To prevent the whole window from flickering when mouseDoc text changes...
*dashboard.resizable: False
*thermo.leftOffset: 4
*thermo.rightOffset: 10
*thermo.topOffset: 4
*thermo.bottomOffset: 4
*thermo.shadowThickness: 2
*thermo.shadowType: SHADOW_IN
*power.topOffset: 4
*power.bottomOffset: 4
*power.shadowThickness: 2
*power.shadowType: SHADOW_IN
*thermo.slider.width: 200
*thermo.slider.height: 5
*power.LED.width: 15
*power.LED.height: 5
*securityBar.topOffset: 4
*securityBar.bottomOffset: 4
*securityBar.shadowThickness: 2
*securityBar.shadowType: SHADOW_IN
*securityBar.LED.height: 2
*topPane.shadowThickness: 2
*bottomPane.shadowThickness: 2
*topPane.shadowType: SHADOW_IN
*bottomPane.shadowType: SHADOW_IN
! Go ahead, try and figure out why some of these need to be on the
! _popup version, and some need to be one level deeper. I dare you.
!*dialog.width: 500
!*history.width: 500
!*mailto.width: 500
!*cache_popup.width: 500
*userConfig_popup.width: 500
*userConfig.width: 500
*fileSelector.width: 500
*fileBrowser.width: 500
! I had to hardcode this in the C code - doesn't work from here...
!*history_popup.allowShellResize: False
! Get rid of all navigation; it's totally broken for Paned windows,
! and for the form widgets under the drawingArea.
*highlightThickness: 0
*navigationType: NONE
! Uh, but turn it back on in the popups (really I'd like to turn it off
! in all non-popups, but I don't think there's a way to specify that...)
*XmDialogShell*highlightThickness: 2
*XmDialogShell*navigationType: TAB_GROUP
! Uh, and turn it on only in text fields of forms.
! But of course this doesn't work quite right.
*drawingArea*XmText.navigationType: TAB_GROUP
*drawingArea*XmTextField.navigationType:TAB_GROUP
! Sorry, things don't display properly if you configure Netscape to put its
! scrollbars on the left or top of the document area.
Netscape*scroller.scrollBarPlacement: BOTTOM_RIGHT
! Put scrollbars right next to text fields in forms (and lists).
*drawingArea*XmScrolledWindow.spacing: 0
! Do not under any circumstances change the following line:
Netscape.version: 1.12IS
! ============================================================================
! Fonts in the widgets.
! These fonts are all down in Motif land, and thus are not controlled by the
! user-selectable font-size option on the Preferences dialog. That applies
! only to fonts in the document display area.
! ============================================================================
!
*fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*XmTextField.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*XmText.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*XmList*fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
! SGI default:
!*menuBar*fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
! Sensible default:
*menuBar*fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*menuBar*historyTruncated.fontList:\
-*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*popup*fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*topArea*fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*topArea*XmTextField.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*topArea*XmText.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*bookmark*fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*bookmark*selectedLabel.fontList:\
-*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*bookmark*XmTextField.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*bookmark*XmText.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*mouseDocumentation.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*docinfoButton.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*mailto*urlLabel.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
*licenseDialog*text.fontList: -*-*-*-*-*-*-16-*-*-*-*-*-*-*:
! Note: SGI's version of Motif bitches and moans if there is whitespace
! after the commas in a multi-font fontlist specification!!
!!add by Matt
*bookmark*multiFontList:-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;-*-*-*-*-*-*-16-*-*-*-*-*-*-*:
! This is the default charset for documents without the charset parameter
! for MIME Content-type: text. Valid values for *defaultCharset:
! iso-8859-1
! us-ascii
! iso-2022-jp
! x-euc-jp
! x-sjis
! euc-kr
! x-euc-gb
! x-euc-cns
*defaultCharset: big5
!*defaultCharset: iso-8859-1
!*defaultCharset: us-ascii
!*defaultCharset: iso-2022-jp
!*defaultCharset: x-euc-jp
!*defaultCharset: x-sjis
!*defaultCharset: euc-kr
!*defaultCharset: x-euc-gb
! This table maps MIME charsets to the host's locale names
*Locale.MimeCharset: en_US
*locale.iso-8859-1: en_US
*locale.iso-2022-jp: ja_JP.EUC
*locale.x-euc-jp: ja_JP.EUC
*locale.x-sjis: ja_JP.EUC
*locale.iso-2022-kr: ko_KR.euc
*locale.euc-kr: ko_KR.euc
*locale.gb2312: zh_CN.ugb
*locale.x-euc-tw: zh_TW.ucns
*locale.big5: zh_TW.ucns
! This table maps MIME charsets to internal font set indexes
*FontSetIndex.MimeCharset: 0
*fontsetindex.iso-8859-1: 0
*fontsetindex.us-ascii: 0
*fontsetindex.iso-2022-jp: 1
*fontsetindex.x-euc-jp: 1
*fontsetindex.x-sjis: 1
*fontsetindex.2022-kr: 2
*fontsetindex.euc-kr: 2
*fontsetindex.gb2312: 3
*fontsetindex.x-euc-tw: 4
*fontsetindex.big5: 4
! ============================================================================
! Fonts used in the display area.
! ============================================================================
!
! The dimensions are:
! program-specified-size: 0-7
! user-specified-size: small, medium, large, huge
! faces: normal, bold, italic, bold-italic
! families: normal, fixed
! charset: Latin1 (and more to come)
! for a total of 168 possible fonts per charset (but we would only ever load
! 56 at once, and we load lazily in any event.) The following encodes this
! table:
!
! Size Small Medium Large Huge
! ------------------------------------
! 1 6 8 10 12
! 2 8 10 12 14
! 3 10 12 14 18 <--- default size for normal text
! 4 12 14 18 24
! 5 14 18 24 36
! 6 18 24 36 48
! 7 24 36 48 64
!
! The depths to which I had to sink to implement this should be sufficient
! evidence that the X font model sucks a lot.
!
! If you have selected the "Large" font set and still think the fonts are too
! small, it could be that you are using 75dpi fonts on a 100dpi monitor. You
! can see whether you are using 75dpi or 100dpi fonts by looking at the output
! of the command "xset q" - near the end of its output it shows your font path,
! and if directories with 75dpi in their names preceed the 100dpi ones, then
! those are the fonts you are using. You can find out the dots-per-inch of
! your monitor with the "xdpyinfo" command; look for the "resolution:" line.
!
! The resource hierarchy for the fonts used by Netscape is as follows:
!
! *DocumentFonts.XCharset.Family. Face. UserSize.ProgramSize.Attribute:
!
! latin1 variable normal small 1-7 foundry
! fixed bold medium family
! italic large weight
! boldItalic huge ..etc..
! ============================================================================
! Specify default values for all fonts (both fixed-width and variable-width.)
! You should probably use this block only for specifying things like the
! foundry, registry, and encoding. Most of these fields should generally be
! allowed to remain wildcards.
! ============================================================================
!
*documentFonts*foundry: *
*documentFonts*family: *
*documentFonts*weight: *
*documentFonts*slant: *
*documentFonts*swidth: *
*documentFonts*adstyle: *
*documentFonts*pixelsize: *
*documentFonts*pointsize: *
*documentFonts*resx: *
*documentFonts*resy: *
*documentFonts*spacing: *
*documentFonts*avgwidth: *
*documentFonts.latin1*registry: iso8859
*documentFonts.latin1*encoding: 1
*documentFonts.jisx0208*registry: jisx0208.1983
*documentFonts.jisx0208*encoding: 0
*documentFonts.jisx0201*registry: jisx0201.1976
*documentFonts.jisx0201*encoding: 0
*documentFonts.jisx0212*registry: jisx0212.1990
*documentFonts.jisx0212*encoding: 0
*documentFonts.ksc5601*registry: ksc5601.1987
*documentFonts.ksc5601*encoding: 0
*documentFonts.gb2312*registry: gb2312.1980
*documentFonts.gb2312*encoding: 0
*documentFonts.cns11643*registry: cns11643.1986
*documentFonts.cns11643*encoding: *
! ============================================================================
! Specify default values for all variable-width fonts, regardless of size.
! ============================================================================
!
*documentFonts.latin1.variable*family: times
*documentFonts.latin1.variable.normal*weight: medium
*documentFonts.latin1.variable.normal*slant: r
*documentFonts.latin1.variable.bold*weight: bold
*documentFonts.latin1.variable.bold*slant: r
*documentFonts.latin1.variable.italic*weight: medium
*documentFonts.latin1.variable.italic*slant: i
*documentFonts.latin1.variable.boldItalic*weight: bold
*documentFonts.latin1.variable.boldItalic*slant: i
! To use Helvetica instead of Times, do the following. (The second two lines
! are necessary because Helvetica calls its slanted versions "oblique" while
! Times calls them "italic.")
!*documentFonts.latin1.variable*family: helvetica
!*documentFonts.latin1.variable.italic*slant: o
!*documentFonts.latin1.variable.boldItalic*slant: o
! ============================================================================
! Specify default values for all fixed-width fonts, regardless of size.
! ============================================================================
!add by Matt
*documentFonts.cns11643*family: ming
*documentFonts.cns11643*spacing: c
*documentFonts.cns11643*normal*weight: medium
*documentFonts.cns11643*normal*slant: r
*documentFonts.cns11643*bold*weight: medium
*documentFonts.cns11643*bold*slant: r
*documentFonts.cns11643*italic*weight: medium
*documentFonts.cns11643*italic*slant: r
*documentFonts.cns11643*boldItalic*weight: medium
*documentFonts.cns11643*boldItalic*slant: r
!
*documentFonts.latin1.fixed*family: courier
*documentFonts.latin1.fixed*spacing: m
*documentFonts.latin1.fixed.normal*weight: medium
*documentFonts.latin1.fixed.normal*slant: r
*documentFonts.latin1.fixed.bold*weight: bold
*documentFonts.latin1.fixed.bold*slant: r
*documentFonts.latin1.fixed.italic*weight: medium
*documentFonts.latin1.fixed.italic*slant: o
*documentFonts.latin1.fixed.boldItalic*weight: bold
*documentFonts.latin1.fixed.boldItalic*slant: o
! To use LucidaTypewriter instead of Times, do the following. (The second two
! lines are necessary because Lucida calls its slanted versions "italic" while
! Times calls them "oblique.")
!*documentFonts.latin1.fixed*family: lucidatypewriter
!*documentFonts.latin1.fixed.italic*slant: i
!*documentFonts.latin1.fixed.boldItalic*slant: i
! ============================================================================
! Specify sizes for all fonts, fixed and variable.
! ============================================================================
!
! The "small," "medium," "large," and "huge" sizes correspond to the user's
! selection of preferred font sizes on the Preferences dialog.
!
! The numeric sizes are specified by the document being viewed, for example,
! normal text is rendered in size 3, and <H1> text is rendered in size 6.
! The <FONT> directive can also be used to specify sizes from 1 to 7.
!
! It is better to specify these resources as "pointsize" rather than
! "pixelsize" so that the font path may be used to select 100dpi or 75dpi
! fonts based on the type of monitor in use, resulting in similar looking
! screens on different hardware. Also note that pixel sizes which exist in
! the 100dpi set won't necessarily exist in the 75dpi set, while the point
! sizes available will generally be the same.
!
! In an optimal world, we could just do it as follows in the commented-out
! portion. But as it happens, We can't use the same sizes for fixed-width
! fonts as for variable-width fonts because a 14-point Courier is visually
! larger than a 14-point Times, which may be a bug in the fonts, or may just
! be an artifact of it being fixed width, I'm not sure. Anyway, things look
! better if the Courier fonts are one increment smaller than the Times or
! Helvetica fonts, at least with the versions of those fonts on the systems
! I've tried. HOWEVER, this is not the case with the pairing of New Century
! Schoolbook and Lucida Typewriter: with those two fonts, the 14 point
! versions look good together. So, your mileage may vary...
!
! *documentFonts*small.1.pointsize: 60
! *documentFonts*small.2.pointsize: 80
! *documentFonts*small.3.pointsize: 100
! *documentFonts*small.4.pointsize: 120
! *documentFonts*small.5.pointsize: 140
! *documentFonts*small.6.pointsize: 180
! *documentFonts*small.7.pointsize: 240
!
! *documentFonts*medium.1.pointsize: 80
! *documentFonts*medium.2.pointsize: 100
! *documentFonts*medium.3.pointsize: 120
! *documentFonts*medium.4.pointsize: 140
! *documentFonts*medium.5.pointsize: 180
! *documentFonts*medium.6.pointsize: 240
! *documentFonts*medium.7.pointsize: 360
!
! *documentFonts*large.1.pointsize: 100
! *documentFonts*large.2.pointsize: 120
! *documentFonts*large.3.pointsize: 140
! *documentFonts*large.4.pointsize: 180
! *documentFonts*large.5.pointsize: 240
! *documentFonts*large.6.pointsize: 360
! *documentFonts*large.7.pointsize: 480
!
! *documentFonts*huge.1.pointsize: 120
! *documentFonts*huge.2.pointsize: 140
! *documentFonts*huge.3.pointsize: 180
! *documentFonts*huge.4.pointsize: 240
! *documentFonts*huge.5.pointsize: 360
! *documentFonts*huge.6.pointsize: 480
! *documentFonts*huge.7.pointsize: 640
! ============================================================================
! Specify sizes for all variable-width fonts.
! ============================================================================
!
*documentFonts.latin1.variable*small.1.pointsize: 60
*documentFonts.latin1.variable*small.2.pointsize: 80
*documentFonts.latin1.variable*small.3.pointsize: 100
*documentFonts.latin1.variable*small.4.pointsize: 120
*documentFonts.latin1.variable*small.5.pointsize: 140
*documentFonts.latin1.variable*small.6.pointsize: 180
*documentFonts.latin1.variable*small.7.pointsize: 240
*documentFonts.latin1.variable*medium.1.pointsize: 80
*documentFonts.latin1.variable*medium.2.pointsize: 100
*documentFonts.latin1.variable*medium.3.pointsize: 120
*documentFonts.latin1.variable*medium.4.pointsize: 140
*documentFonts.latin1.variable*medium.5.pointsize: 180
*documentFonts.latin1.variable*medium.6.pointsize: 240
*documentFonts.latin1.variable*medium.7.pointsize: 360
*documentFonts.latin1.variable*large.1.pointsize: 100
*documentFonts.latin1.variable*large.2.pointsize: 120
*documentFonts.latin1.variable*large.3.pointsize: 140
*documentFonts.latin1.variable*large.4.pointsize: 180
*documentFonts.latin1.variable*large.5.pointsize: 240
*documentFonts.latin1.variable*large.6.pointsize: 360
*documentFonts.latin1.variable*large.7.pointsize: 480
*documentFonts.latin1.variable*huge.1.pointsize: 120
*documentFonts.latin1.variable*huge.2.pointsize: 140
*documentFonts.latin1.variable*huge.3.pointsize: 180
*documentFonts.latin1.variable*huge.4.pointsize: 240
*documentFonts.latin1.variable*huge.5.pointsize: 360
*documentFonts.latin1.variable*huge.6.pointsize: 480
*documentFonts.latin1.variable*huge.7.pointsize: 640
! ============================================================================
! Specify sizes for all fixed-width fonts; see comment above.
! ============================================================================
!
*documentFonts.latin1.fixed*small.1.pointsize: 40
*documentFonts.latin1.fixed*small.2.pointsize: 60
*documentFonts.latin1.fixed*small.3.pointsize: 80
*documentFonts.latin1.fixed*small.4.pointsize: 100
*documentFonts.latin1.fixed*small.5.pointsize: 120
*documentFonts.latin1.fixed*small.6.pointsize: 140
*documentFonts.latin1.fixed*small.7.pointsize: 180
*documentFonts.latin1.fixed*medium.1.pointsize: 60
*documentFonts.latin1.fixed*medium.2.pointsize: 80
*documentFonts.latin1.fixed*medium.3.pointsize: 100
*documentFonts.latin1.fixed*medium.4.pointsize: 120
*documentFonts.latin1.fixed*medium.5.pointsize: 140
*documentFonts.latin1.fixed*medium.6.pointsize: 180
*documentFonts.latin1.fixed*medium.7.pointsize: 240
*documentFonts.latin1.fixed*large.1.pointsize: 80
*documentFonts.latin1.fixed*large.2.pointsize: 100
*documentFonts.latin1.fixed*large.3.pointsize: 120
*documentFonts.latin1.fixed*large.4.pointsize: 140
*documentFonts.latin1.fixed*large.5.pointsize: 180
*documentFonts.latin1.fixed*large.6.pointsize: 240
*documentFonts.latin1.fixed*large.7.pointsize: 360
*documentFonts.latin1.fixed*huge.1.pointsize: 100
*documentFonts.latin1.fixed*huge.2.pointsize: 120
*documentFonts.latin1.fixed*huge.3.pointsize: 140
*documentFonts.latin1.fixed*huge.4.pointsize: 180
*documentFonts.latin1.fixed*huge.5.pointsize: 240
*documentFonts.latin1.fixed*huge.6.pointsize: 360
*documentFonts.latin1.fixed*huge.7.pointsize: 480
*documentFonts.jisx0208*small.1.pixelsize: 14
*documentFonts.jisx0208*small.2.pixelsize: 14
*documentFonts.jisx0208*small.3.pixelsize: 14
*documentFonts.jisx0208*small.4.pixelsize: 14
*documentFonts.jisx0208*small.5.pixelsize: 16
*documentFonts.jisx0208*small.6.pixelsize: 16
*documentFonts.jisx0208*small.7.pixelsize: 24
*documentFonts.jisx0208*medium.1.pixelsize: 14
*documentFonts.jisx0208*medium.2.pixelsize: 14
*documentFonts.jisx0208*medium.3.pixelsize: 14
*documentFonts.jisx0208*medium.4.pixelsize: 16
*documentFonts.jisx0208*medium.5.pixelsize: 16
*documentFonts.jisx0208*medium.6.pixelsize: 24
*documentFonts.jisx0208*medium.7.pixelsize: 24
*documentFonts.jisx0208*large.1.pixelsize: 14
*documentFonts.jisx0208*large.2.pixelsize: 14
*documentFonts.jisx0208*large.3.pixelsize: 16
*documentFonts.jisx0208*large.4.pixelsize: 16
*documentFonts.jisx0208*large.5.pixelsize: 24
*documentFonts.jisx0208*large.6.pixelsize: 24
*documentFonts.jisx0208*large.7.pixelsize: 24
*documentFonts.jisx0208*huge.1.pixelsize: 14
*documentFonts.jisx0208*huge.2.pixelsize: 16
*documentFonts.jisx0208*huge.3.pixelsize: 16
*documentFonts.jisx0208*huge.4.pixelsize: 24
*documentFonts.jisx0208*huge.5.pixelsize: 24
*documentFonts.jisx0208*huge.6.pixelsize: 24
*documentFonts.jisx0208*huge.7.pixelsize: 24
*documentFonts.jisx0201*small.1.pixelsize: 14
*documentFonts.jisx0201*small.2.pixelsize: 14
*documentFonts.jisx0201*small.3.pixelsize: 14
*documentFonts.jisx0201*small.4.pixelsize: 14
*documentFonts.jisx0201*small.5.pixelsize: 16
*documentFonts.jisx0201*small.6.pixelsize: 16
*documentFonts.jisx0201*small.7.pixelsize: 24
*documentFonts.jisx0201*medium.1.pixelsize: 14
*documentFonts.jisx0201*medium.2.pixelsize: 14
*documentFonts.jisx0201*medium.3.pixelsize: 14
*documentFonts.jisx0201*medium.4.pixelsize: 16
*documentFonts.jisx0201*medium.5.pixelsize: 16
*documentFonts.jisx0201*medium.6.pixelsize: 24
*documentFonts.jisx0201*medium.7.pixelsize: 24
*documentFonts.jisx0201*large.1.pixelsize: 14
*documentFonts.jisx0201*large.2.pixelsize: 14
*documentFonts.jisx0201*large.3.pixelsize: 16
*documentFonts.jisx0201*large.4.pixelsize: 16
*documentFonts.jisx0201*large.5.pixelsize: 24
*documentFonts.jisx0201*large.6.pixelsize: 24
*documentFonts.jisx0201*large.7.pixelsize: 24
*documentFonts.jisx0201*huge.1.pixelsize: 14
*documentFonts.jisx0201*huge.2.pixelsize: 16
*documentFonts.jisx0201*huge.3.pixelsize: 16
*documentFonts.jisx0201*huge.4.pixelsize: 24
*documentFonts.jisx0201*huge.5.pixelsize: 24
*documentFonts.jisx0201*huge.6.pixelsize: 24
*documentFonts.jisx0201*huge.7.pixelsize: 24
*documentFonts.jisx0212*small.1.pixelsize: 16
*documentFonts.jisx0212*small.2.pixelsize: 16
*documentFonts.jisx0212*small.3.pixelsize: 16
*documentFonts.jisx0212*small.4.pixelsize: 16
*documentFonts.jisx0212*small.5.pixelsize: 16
*documentFonts.jisx0212*small.6.pixelsize: 16
*documentFonts.jisx0212*small.7.pixelsize: 24
*documentFonts.jisx0212*medium.1.pixelsize: 16
*documentFonts.jisx0212*medium.2.pixelsize: 16
*documentFonts.jisx0212*medium.3.pixelsize: 16
*documentFonts.jisx0212*medium.4.pixelsize: 16
*documentFonts.jisx0212*medium.5.pixelsize: 16
*documentFonts.jisx0212*medium.6.pixelsize: 24
*documentFonts.jisx0212*medium.7.pixelsize: 24
*documentFonts.jisx0212*large.1.pixelsize: 16
*documentFonts.jisx0212*large.2.pixelsize: 16
*documentFonts.jisx0212*large.3.pixelsize: 16
*documentFonts.jisx0212*large.4.pixelsize: 16
*documentFonts.jisx0212*large.5.pixelsize: 24
*documentFonts.jisx0212*large.6.pixelsize: 24
*documentFonts.jisx0212*large.7.pixelsize: 24
*documentFonts.jisx0212*huge.1.pixelsize: 16
*documentFonts.jisx0212*huge.2.pixelsize: 16
*documentFonts.jisx0212*huge.3.pixelsize: 16
*documentFonts.jisx0212*huge.4.pixelsize: 24
*documentFonts.jisx0212*huge.5.pixelsize: 24
*documentFonts.jisx0212*huge.6.pixelsize: 24
*documentFonts.jisx0212*huge.7.pixelsize: 24
*documentFonts.ksc5601*small.1.pixelsize: 14
*documentFonts.ksc5601*small.2.pixelsize: 14
*documentFonts.ksc5601*small.3.pixelsize: 14
*documentFonts.ksc5601*small.4.pixelsize: 14
*documentFonts.ksc5601*small.5.pixelsize: 16
*documentFonts.ksc5601*small.6.pixelsize: 16
*documentFonts.ksc5601*small.7.pixelsize: 24
*documentFonts.ksc5601*medium.1.pixelsize: 14
*documentFonts.ksc5601*medium.2.pixelsize: 14
*documentFonts.ksc5601*medium.3.pixelsize: 14
*documentFonts.ksc5601*medium.4.pixelsize: 16
*documentFonts.ksc5601*medium.5.pixelsize: 16
*documentFonts.ksc5601*medium.6.pixelsize: 24
*documentFonts.ksc5601*medium.7.pixelsize: 24
*documentFonts.ksc5601*large.1.pixelsize: 14
*documentFonts.ksc5601*large.2.pixelsize: 14
*documentFonts.ksc5601*large.3.pixelsize: 16
*documentFonts.ksc5601*large.4.pixelsize: 16
*documentFonts.ksc5601*large.5.pixelsize: 24
*documentFonts.ksc5601*large.6.pixelsize: 24
*documentFonts.ksc5601*large.7.pixelsize: 24
*documentFonts.ksc5601*huge.1.pixelsize: 14
*documentFonts.ksc5601*huge.2.pixelsize: 16
*documentFonts.ksc5601*huge.3.pixelsize: 16
*documentFonts.ksc5601*huge.4.pixelsize: 24
*documentFonts.ksc5601*huge.5.pixelsize: 24
*documentFonts.ksc5601*huge.6.pixelsize: 24
*documentFonts.ksc5601*huge.7.pixelsize: 24
*documentFonts.gb2312*small.1.pixelsize: 16
*documentFonts.gb2312*small.2.pixelsize: 16
*documentFonts.gb2312*small.3.pixelsize: 16
*documentFonts.gb2312*small.4.pixelsize: 16
*documentFonts.gb2312*small.5.pixelsize: 16
*documentFonts.gb2312*small.6.pixelsize: 16
*documentFonts.gb2312*small.7.pixelsize: 24
*documentFonts.gb2312*medium.1.pixelsize: 16
*documentFonts.gb2312*medium.2.pixelsize: 16
*documentFonts.gb2312*medium.3.pixelsize: 16
*documentFonts.gb2312*medium.4.pixelsize: 16
*documentFonts.gb2312*medium.5.pixelsize: 16
*documentFonts.gb2312*medium.6.pixelsize: 24
*documentFonts.gb2312*medium.7.pixelsize: 24
*documentFonts.gb2312*large.1.pixelsize: 16
*documentFonts.gb2312*large.2.pixelsize: 16
*documentFonts.gb2312*large.3.pixelsize: 16
*documentFonts.gb2312*large.4.pixelsize: 16
*documentFonts.gb2312*large.5.pixelsize: 24
*documentFonts.gb2312*large.6.pixelsize: 24
*documentFonts.gb2312*large.7.pixelsize: 24
*documentFonts.gb2312*huge.1.pixelsize: 16
*documentFonts.gb2312*huge.2.pixelsize: 16
*documentFonts.gb2312*huge.3.pixelsize: 16
*documentFonts.gb2312*huge.4.pixelsize: 24
*documentFonts.gb2312*huge.5.pixelsize: 24
*documentFonts.gb2312*huge.6.pixelsize: 24
*documentFonts.gb2312*huge.7.pixelsize: 24
*documentFonts.cns11643*small.1.pixelsize: 16
*documentFonts.cns11643*small.2.pixelsize: 16
*documentFonts.cns11643*small.3.pixelsize: 16
*documentFonts.cns11643*small.4.pixelsize: 16
*documentFonts.cns11643*small.5.pixelsize: 16
*documentFonts.cns11643*small.6.pixelsize: 16
*documentFonts.cns11643*small.7.pixelsize: 24
*documentFonts.cns11643*medium.1.pixelsize: 16
*documentFonts.cns11643*medium.2.pixelsize: 16
*documentFonts.cns11643*medium.3.pixelsize: 16
*documentFonts.cns11643*medium.4.pixelsize: 16
*documentFonts.cns11643*medium.5.pixelsize: 16
*documentFonts.cns11643*medium.6.pixelsize: 24
*documentFonts.cns11643*medium.7.pixelsize: 24
*documentFonts.cns11643*large.1.pixelsize: 16
*documentFonts.cns11643*large.2.pixelsize: 16
*documentFonts.cns11643*large.3.pixelsize: 16
*documentFonts.cns11643*large.4.pixelsize: 16
*documentFonts.cns11643*large.5.pixelsize: 24
*documentFonts.cns11643*large.6.pixelsize: 24
*documentFonts.cns11643*large.7.pixelsize: 24
*documentFonts.cns11643*huge.1.pixelsize: 16
*documentFonts.cns11643*huge.2.pixelsize: 16
*documentFonts.cns11643*huge.3.pixelsize: 16
*documentFonts.cns11643*huge.4.pixelsize: 24
*documentFonts.cns11643*huge.5.pixelsize: 24
*documentFonts.cns11643*huge.6.pixelsize: 24
*documentFonts.cns11643*huge.7.pixelsize: 24
! ============================================================================
! Fonts used for printing.
! ============================================================================
!
! psname is the full PostScript font name
! pscode is the character encoding used in the PostScript font
! pswidth is the PostScript width per character, only useful for "square"
! fonts such as those found in East Asia
!
! See the comments on DocumentFonts above for the other fields.
! The following Latin-1 PostScript printer fonts are hard-coded into Netscape
! and cannot be changed.
!
!*documentFonts.latin1.variable.normal*psname: Times-Roman
!*documentFonts.latin1.variable.bold*psname: Times-Bold
!*documentFonts.latin1.variable.italic*psname: Times-Italic
!*documentFonts.latin1.variable.boldItalic*psname: Times-BoldItalic
!*documentFonts.latin1.fixed.normal*psname: Courier
!*documentFonts.latin1.fixed.bold*psname: Courier-Bold
!*documentFonts.latin1.fixed.italic*psname: Courier-Oblique
!*documentFonts.latin1.fixed.boldItalic*psname: Courier-BoldOblique
!*documentFonts.latin1*pscode: iso-8859-1
!*documentFonts.latin1*pswidth: *
! Netscape does not differentiate between variable and fixed, and between
! normal, bold, italic and boldItalic for the following East Asian fonts.
!
! The charset fields are the charset names corresponding to the available
! locales (e.g. for Japan, that would be x-euc-jp and x-sjis).
!
!*documentFonts.x-euc-jp*psname: Ryumin-Light-RKSJ-H
!*documentFonts.x-euc-jp*pscode: x-sjis
!*documentFonts.x-euc-jp*pswidth: 1000
!*documentFonts.x-sjis*psname: Ryumin-Light-RKSJ-H
!*documentFonts.x-sjis*pscode: x-sjis
!*documentFonts.x-sjis*pswidth: 1000
!*documentFonts.euc-kr*psname: SMgoJ
!*documentFonts.euc-kr*pscode: euc-kr
!*documentFonts.euc-kr*pswidth: 1000
!*documentFonts.gb2312*psname: ???
!*documentFonts.gb2312*pscode: ???
!*documentFonts.gb2312*pswidth: ???
!*documentFonts.x-euc-tw*psname: ???
!*documentFonts.x-euc-tw*pscode: ???
!*documentFonts.x-euc-tw*pswidth: ???
*url.whats_new: http://home.netscape.com/home/whats-new.html
*url.whats_cool:http://home.netscape.com/home/whats-cool.html
*url.directory: http://home.netscape.com/home/internet-directory.html
*url.search: http://home.netscape.com/home/internet-search.html
*url.white: http://home.netscape.com/home/internet-white-pages.html
*url.about: http://home.netscape.com/home/about-the-internet.html
*url.howto: http://home.netscape.com/home/how-to-create-web-services.html
*url.netscape: http://home.netscape.com/
*url.galleria: http://home.netscape.com/home/netscape-galleria.html
*url.rel_notes: http://home.netscape.com/eng/mozilla/1.1I/relnotes/unix-
*url.reg: http://home.netscape.com/cgi-bin/reginfo.cgi
*url.manual: http://home.netscape.com/eng/mozilla/1.1I/handbook/
*url.faq: http://home.netscape.com/eng/mozilla/1.1I/faq.html
*url.security: http://home.netscape.com/info/security-doc.html
*url.feedback: http://home.netscape.com/home/how-to-give-feedback.html
*url.support: http://home.netscape.com/home/how-to-get-support.html
! Additional Strings to be localized
*strings.6796:α⌡╞φ▌╫╪╣≥πδ¿íñ\n (TCP ≥πδ¿ %s)\n\nµ▄Φ╖╟┬╚╣▌┘┌┘íñ
*strings.6795:Netscape α╥╬╬╠╧╔ú╤└╠∙╚φσ⌠╬√╚∙╬ñ≡┬⌠·╦╖íñ╚∙╬ñ≡┬╞½╫Σ╚ñ═╨─╪∙├±óíñ\n\nτ┤─íΣ─µ▄╟┬╚╣▌┘┌┘íñ
*strings.6793:Netscape ╪┤≡┘ⁿ╒─Γ┘▄.\n\n∙├▌≡─í╦Φ≤▄╞ε═╨─í╦Φß■ߺ.
*strings.6791: α╥╬╬δÑ°ⁿ╞°╬√╨⌐ ( URL ) ╚φσ⌠:\n %.200s\n\n≤⌠╤τ▌╒╘╢╚φσ⌠╦Σ╟┬µ▄íñ
*strings.6789:α╥╬╬╦≡╞ε▌╖┘»╬√FTPφ╝╚ó
*strings.6788:Netscape α╥╬╬▌├σ⌠╠╧▌╒╘╢╚∙╬ñ≡┬╬√FTPπ«≥╙φ╝╚óíñ ╔ú┘≥─Γ╫Σ─╢τÑ(download)≤≥╒∙íñ\n\n╔ú═╨╧»╠╧▌╒╘╢╚∙╬ñ≡┬╬√Ωº▄í╘▐⌠·╦╖═╨╧»τ┤─íΣ─µ▄╟┬µ▄─í╚╣íñ
*strings.6787:Netscape ─Γ╫Σα⌡╪╩╩╤ⁿ╚╞°≥τ(cd)╠╘┼∩╠»FTP╚∙╬ñ≡┬íñ╔ú─Γ╫Σ²¿╥α╔▒╬√╞°≥τíñ\n\n╔ú╞½▌╒╘╢╚∙╬ñ≡┬╬√╬√Ωº▄í⌠·╦╖═╨╧»╘▐τ┤─íΣ─µ▄╟┬µ▄─í╚╣íñ
*strings.6786:Netscape ─Γ╫Σα⌡╪╩≥╙┼°┘╒╠╘┼∩╠»FTP╚∙╬ñ≡┬┼Φ╨·╟íφ░≡π▌┘┌┘íñ\n\n╔ú╞½▌╒╘╢╚∙╬ñ≡┬╬√╬√Ωº▄í⌠·╦╖═╨╧»╘▐τ┤─íΣ─µ▄╟┬µ▄─í╚╣íñ
*strings.6785:Netscape α╥╬╬▐≥╩╞µ┌≤≥╒∙:\n %.200s\n\n≤⌠╤τµ┌≤≥╒∙α╙╤Ñ╟┬µ▄─í╚╣íñ
*strings.6784:▄¿╞φ─í╘╢Σ╗Ω╠╬√≥πδ¿: ╧µ╬╬╬√NNTP▌┘┌┘\n\n╟┬▌┘┌┘─í╚╣íñ
*strings.6783:▄¿╞φΩ╪Σ╗Ω╠╚∙╬ñ≡┬╚┤∙├╬√≥πδ¿íñ\n\n╟±╬¬╔úα╥╬╬╟┬╚╣▌┘┌┘í«ε∙╠╧µ┌╚∙╬ñ≡┬╬√Ωº▄í╘▐⌠·╦╖íñ
*strings.6782:╩⌠╚┤√└≤▄íñ ╚∙╬ñ≡┬╞½╫Σ─╪∙├±ó═╨╩⌠╚┤√└≤▄íñ\n\n╟±╬¬τ┤─íΣ─╔úα╥╬╬╟┬╚╣▌┘┌┘í«ε∙╠╧µ┌╚∙╬ñ≡┬╬√Ωº▄í╘▐⌠·╦╖íñ
*strings.6781:Netscape α╥╬╬φ²╠∙╚∙╬ñ≡┬╬√╚φσ⌠:\n %.200s\nµ┌╚∙╬ñ≡┬╩⌠╚┤DNS─½─╟íñ\n\n╟π╚φσ⌠(URL)─í·±─π≤⌠╤τ╚∙╬ñ≡┬╬√╟╪╟≤α╙╤Ñ╟┬µ▄íñ
*strings.6780:µ┌╚∙╬ñ≡┬╬√▌┘┌┘─╪─π÷╦íñ\nµ┌╚∙╬ñ≡┬╞½╫Σ─╪∙├±ó═╨Ω╜µ√┼°▄ó─º┘┬≈εíñ\n\nτ┤─íΣ─µ▄╟┬µ▄▌┘┌┘íñ
*strings.6779:Σ╗Ω╠Γ·─Γ╫Σ▀╚╦≥íñ╞½╫Σ─íτ┤▀µíñ\n\nµ▄╠╜╠º╞╞Γ·╞°íñ
*strings.6778:Netscape α╥╬╬╞╘ΓΣ╔ú╬√Σ╗Ω╠(News)≤≥╒∙ (newsrc)íñ\n\nε∙ⁿ╙ΓÑ╔ú╬√≤└≥┘╤╥╔┴╞▀φ²╦Σ╟┬µ▄─í╚╣íñ
*strings.6777:Netscape α╥╬╬╞╘ΓΣ≤≥╒∙:\n %.200s\n\n≤⌠╤τ≤≥╒∙╟╪╦Σ╟┬µ▄─í╚╣íñ
*strings.6764:σ╡Netscapeα⌡╪╩φ░≡π╒δ┼°▄óΩ╜µ√≥πδ¿.\n(Ω╜µ√≥πδ¿: %s)\n\nµ▄╟┬▌┘┌┘─í╚╣.
*strings.6771:α⌡╪╩τ┘─═Γ╙╟╡╒δ≥πδ¿í¿\nNetscapeα╥╬╬╠╧SMTP╚∙╬ñ≡┬▌┘┌┘íñ\nµ┌╚∙╬ñ≡┬─╪∙├±ó═╨▌╖≥πδ¿╟Γ╪┘σ⌠íñ\n\nε∙ⁿ╙ΓÑ╔ú╬√Γ╙╟╡≤└≥┘╤╥╔┴╞▀φ²╦Σ╟┬µ▄─í╚╣íñ
*strings.6770:α⌡╪╩τ┘─═Γ╙╟╡╒δ≥πδ¿:\n"┌╖í¿"╬√φ║≈ε─Γ╞▀φ²íñ\n\nε∙╟π╔ú╬√Γ╙╟╡≤└≥┘─πⁿ╙ΓÑ╔ú╬√Γ╙╟╡╟Γ╔▀╤╥╔┴╞▀φ²╦Σ╟┬µ▄─í╚╣íñ
*strings.6769:α⌡╪╩τ┘─═Γ╙╟╡╒δ≥πδ¿:\n"╠»í¿"╬√φ║≈ε─Γ╞▀φ²íñ\n\nε∙≤⌠╤ττ┘─═Γ╙╟╡╟Γ╔▀╤╥╔┴╞▀φ²╦Σ╟┬µ▄─í╚╣íñ
*strings.6767:α⌡╪╩τ┘─═Γ╙╟╡╒δ≥πδ¿:\n╞█╪╣╒╔ⁿ╒╤╥╧µ╬╬╬√íñ\n\nε∙≤⌠╤τ╪╣╒╔ⁿ╒╦Σ╟┬µ▄─í╚╣íñ
*strings.6766:α⌡╪╩τ┘─═Γ╙╟╡╒δ≥πδ¿: SMTP ╚∙╬ñ≡┬≥πδ¿íñ\n\nε∙╠╧╔ú╬√τ┘─═╚∙╬ñ≡┬╬√Ωº▄í╘▐⌠·╦╖íñ
*strings.6760:┼°▄óΩ╜µ√≥πδ¿:\n─Γ╫Σ╠╧╚∙╬ñ≡┬▌┘┌┘(TCP≥πδ¿ %s)\nµ┌╚∙╬ñ≡┬╞½╫Σ─╪∙├±ó═╨─Γ╫Σ╟⌠╠╜íñ\n\nτ┤─íΣ─µ▄╟┬µ▄─í╚╣íñ
*strings.6758:Netscape╬√Ω╜µ√▌┘┌┘▌╖╚∙╬ñ≡┬═▄ß║í¿\n %.200s\nµ┌╚∙╬ñ≡┬╞½╫Σ─Γ┌┘╚¡▌┘┌┘═╨╚ñíñ\n\nτ┤─íΣ─µ▄╟┬µ▄─í╚╣íñ
*strings.6757:Netscape ─Γ╫Σ▐╢╨·Ω╜µ√▌╘▀╞╒╜(socket)íñ\n▌╒╘╢╦╖▄╙╬√╬√µ±Σπ╞½╫Σ─Γ┘▄═╨Ω╜µ√─π÷╦íñ(╘╧╟▐: %s)\n\nµ▄╟┬⌠·ß╕─í╚╣═╨╙∞┌÷┘»Netscapeíñ
*strings.6755:Netscape ─Γ╫Σ╠╧µ┌╚∙╬ñ≡┬╔∙╚⌐▌╘▀╞╒╜(socket)╬√▌┘┌┘íñ╦╖▄╙╬√╬√µ±Σπ╞½╫Σ─Γ┘▄íñ\n\n╙∞┌÷┘»Netscapeíñ
*strings.6754:Netscape ─Γ╫Σ╠╧╔ú╬√┼ε▄í╚∙╬ñ≡┬(proxy server)⌠·╦╖íñ\nµ┌╚∙╬ñ≡┬╞½╫Σ─╪∙├±ó═╨▌╖≥πδ¿╟Γ╪┘σ⌠íñ\n\nε∙φ²δÑ╔ú╬√┼ε▄í(Proxy)≤└≥┘╤╥╔┴╞▀φ²í«═╨╠╧╚∙╬ñ≡┬╬√Ωº▄í╘▐⌠·╦╖íñ
*strings.6753:Netscape α╥╬╬φ²╠∙╔ú╬√┼ε▄í╚∙╬ñ≡┬(proxy server)╚φσ⌠íñ\nµ┌╚∙╬ñ≡┬╞½╫Σ─╪∙├±ó═╨▌╖≥πδ¿╟Γ╪┘σ⌠íñ\n\nε∙φ²δÑ╔ú╬√┼ε▄í(Proxy)≤└≥┘╤╥╔┴╞▀φ²í«═╨╠╧╚∙╬ñ≡┬╬√Ωº▄í╘▐⌠·╦╖íñ
*strings.6749:≤≥╒∙─Γ┼²╔╓φ░≡π
*strings.6748:Netscape ┌┘╚¡φ░≡π╒δ┼°▄óΩ╜µ√≥πδ¿íñ\n(Ω╜µ√≥πδ¿: %s)\n\nµ▄Φ╖╟┬╚╣▌┘┌┘íñ
*strings.6747:Netscape ╞╘─ΓΓΣ⌡º╒δ≤≥╒∙:\n %.200s\n\n≤⌠╤τ╔ú╬√'⌡º╒δ╞°≥τ'▌├σ⌠╦Σ╟┬µ▄íñ
*strings.6765:α⌡╪╩τ┘─═Γ╙╟╡╦τ≥πδ¿í¿\nΓ╙╟╡╧╙╟▀╟Γ╔▀╤╥╧µ╬╬╬√íñ\n\nε∙╟π╔ú╬√Γ╙╟╡≤└≥┘─πφ²δÑ╔ú╬√Γ╙╟╡╟Γ╔▀╤╥╔┴╞▀φ²í«α╙╤Ñ╟┬µ▄íñ
*strings.6750:α²Θ≈Θ╚íñNetscape ╠╜╓╝≤≥╒∙π«╪╩╦Σ╔┤╪µµ┌≤≥╒∙íñ\n\nε∙╔┤╪µ─í╦Φ≤≥╒∙╤Ñ╟┬µ▄
*strings.6740:α⌡╞φ√Γ╙ε≥πδ¿íñ\n\nε∙╟┬≥╙─½╔ú╬√╟╪╟≤╠╧─╟┼∩íñ
*strings.6734:╩⌠╚┤╤└╠∙α⌡╪╩╧»íñ
*strings.6733:╩⌠╚┤╤└╠∙┌┘╚¡╧»íñ
*strings.6732:╩⌠╚┤╤└╠∙┼Σ≈εíñ
*strings.6731:∞╤⌡º╒δ≤≥╒∙≥πδ¿íñ
*strings.6725:╟πMIME╓¬╚ó╚┤╟Θ▌σ╟╣╪╣╒╔íñ
*strings.6722:╟─╟═╪⌠┼╧íñ ╟π┌┘╚¡≤≥╒∙╒δ≥πδ¿íñ\nπ«≥╙╞½╫Σ▌╖─π÷╦═╨α²Θ≈╧¿Γµ─Γ┘▄∞╤µ┌≤≥╒∙íñ\n\nε∙╟┬µ▄íñ≤⌠╤τ⌡º╒δ╞°≥τ╬√╞½╞ε╧¿Γµ═╨╙∞┌÷┘»Netscapeíñ
*strings.6721:╔ú╬√°▄╟╪Γ╛┼°╨··╛╬√╞╛╚τíñ
*strings.6720:╔ú╬√°▄╟╪Γ╛┼°╨··╛╬√79╟─íñ\nΦ╫─╦╟Θφ░√⌠╧»í«µ┌╚τ┘≥▌╖Φ≡╠╜í«═╨╙∞√Φⁿ╧╞ⁿíñ\n\nε∙ε╛≥╥µ┌°▄╟╪╦≡─µ─ΓΓ╛┼°80╘╢╟≤▄╩íñ
*strings.6699:╞█Netscape╤┬╦╩─╪╞┬╒µíñ\n▄ó╟π╔ú╞╖╞½╟⌠╠╜FTP╚φσ⌠(FTP Locations)╠╧╟πnetscape.com domain\n─π╬√╟╢╚⌠URL, ╦≤╟±╦█╦Φ╟π╔ú╬√╞°≥τ≥┘Γ·─π╬√íñ\n\n╔úδµ╙╤⌠╜┌╡Σ╗╬Ω╞█╬√Netscapeíñ
*strings.6698:╞█Netscape╤┬╦╩─╪╞┬╒µíñ\n▄ó╟π╔ú╞╖╞½╟⌠╠╜FTP╚φσ⌠(FTP Locations)╠╧╟πnetscape.com domain\n─π╬√╟╢╚⌠URL, ╦≤╟±╦█╦Φ╟π╔ú╬√╞°≥τ≥┘Γ·─π╬√íñ\n\n╔úδµ╙╤⌠╜┌╡Σ╗╬Ω╞█╬√Netscapeíñ
*strings.6697:╩⌠╚┤WAIS┼ε▄í(proxy) ▌╖╪┘σ⌠íñ\n\n≤⌠╤τ╔ú╬√┼ε▄í(proxy)≤└≥┘╦Σ╟┬µ▄íñ
*strings.6696:α⌡╞φ─í╘╢Σ╗Ω╠(NNTP) ≥πδ¿:\n %.100s
*strings.6695:α⌡╞φ─í╘╢Σ╗Ω╠≥πδ¿íñ ╟└▌σΣ╗Ω╠▄┌(newsgroups)╬√┌ß▀└─ΓΦσ═╡íñ\n \n╟┬²¿Φ╓╟└▌σΣ╗Ω╠▄┌─í╚╣íñ
*strings.6694:Netscape ╩╞─Γ╠»─í╘╢Σ╗Ω╠(News)≤≥╒∙ (newsrc)íñ╥│╔ú▐╢╨·─º─í╘╢íñ
*strings.6693:╩⌠╚┤NNTP╚∙╬ñ≡┬▌╖╪┘σ⌠íñ\n\n≤⌠╤τ╔ú╬√Σ╗Ω╠(News)≤└≥┘╦Σ╟┬µ▄íñ
*strings.6692:┼°▄ó─º▌╫╪╣≥πδ¿íñ\n (Ω╜µ√≥πδ¿: %s)\n \nµ▄Φ╖╟┬╚╣▌┘┌┘═╨╠╧╔ú╬√╦╖▄╙Ωº▄í╘▐⌠·╦╖íñ
*strings.6691:╟▐╥│┼ε▄í(proxy)≥πδ¿í«Netscape α╥╬╬╠╧╟°╟└\nΣ╗Ω╠╚∙╬ñ≡┬(secure news server)▌┘┌┘íñ
*strings.-1179:╚∙╬ñ≡┬╬√ΓÑ╒≤─╪τ┤▀µíñ\n≤⌠╤τ╔ú╬√╦╖▄╙╬√┼╩▀µ╠╧╒δΓµíñ
*strings.-5288:╟▐╥│╔ú╩⌠╚┤╟┴╦Ω╥▐╟╤╬√┼√┘∩Ω½╬╬í«\nNetscape α╥╬╬╠╧╚∙╬ñ≡┬╟°╟└╟Γ▌╫╪╣íñ\n╔ú─Γ╫Σ╟°╟└╟Γ▌┘┌┘╠»╚∙╬ñ≡┬─╕íñ\n \n╔ú╞½µ▄Φ╖Γ╨╚τ╧µ╟°╟└▌┘┌┘íñ
*strings.-5285:┼°▄ó╟°╟└═╠≥πδ¿:\n (╟°╟└═╠≥πδ¿: %d)\n \n╔ú╞½╫Σα╥╬╬╠╧µ┌╚∙╬ñ≡┬Γ╨╚τ╟°╟└▌┘┌┘íñ \n\n╔ú╞½Γ╨╚τ╧µ╟°╟└▌┘┌┘í«╟±╬¬╔úπ≈íñ
*strings.-5279:╟▐╥│╚∙╬ñ≡┬╦≡╞ε─º─Γ┼┼╤╜╬√╟°╟└═╠╠╢·╛╬Ω╞█í«\nNetscapeα╥╬╬╠╧╞█╚∙╬ñ≡┬▌╫╪╣íñ\n\n─í╘╢Σ╗╬Ω╞█╬√Netscpae╞½╫Σ╞½┼Φµ╪╩ε▌╒╘╢┘┬≈εíñ
*strings.7146:▌┘┌┘▌╖═▄ß║
*strings.7022:╧µ╬╬ⁿ╚Γ╪
*strings.7005:I/O ≥πδ¿
*strings.7012:α╥╦═┘▄╪┤≡┘ⁿ╒
*strings.7009:─Γ╞▀φ²╬√≤≥╒∙µ└
*strings.7011:≡τ╔ó┘≥╧α┼╧
*strings.7133:Socket ─╪▌╖▌┘┌┘
*strings.7145:▌┘┌┘Γ╛╒δ
*strings.7150:≡τ╔ó╞▀╟πΓ╨╚τ
*strings.7149:EALREADY
*strings.7125:╟Γ╔▀─╪╟π╦≡╞ε
*strings.7004:─π÷╦╦╖▄╙ε■╞ε
*strings.7013:╩⌠╚┤▌┬╞½√Γ
*strings.7126:─Γ╫Σ┼í╪┘ε∙╩σ╬√╟Γ╔▀
*strings.7127:Ω╜µ√─π÷╦
*strings.7128:Ω╜µ√─Γ╫Σ╟⌠╠╜
*strings.7129:╟▐╥│ε∩╚φí«Ω╜µ√▌┘┌┘─π÷╦
*strings.7130:▌┘┌┘╞┬┌⌡
*strings.7131:▌╖╟╤╫╚(peer)ε∩╚φ▌┘┌┘
*strings.7134:Socket ╩⌠╚┤▌┘┌┘
*strings.7147:┼Σ±ó─╪∙├±ó
*strings.7148:╩⌠╚┤µ√╞±╠»┼Σ±ó
*strings.7201: (─ΓδÑ°ⁿ)
*strings.7202: (╚▄┘»≥┘≡σ)
*strings.7203: (─∙╠∙)
*strings.7204: (╩Σ╩╞╠»)
*strings.7210:%s Φ╖τ∙%dx%d τ∙╫├
*strings.7211:Φ╖τ∙╤╥Images are %d ╚φí« %d ▐╠─≈─╪┼í╪┘íñ
*strings.7212:Φ╖τ∙╤╥▐╠╚π╬√íñ
*strings.7213:Φ╖τ∙╤╥ %d ╚φ╚╚╨∙íñ
*strings.7214:Φ╖τ∙╤╥ %d ╚φ╓°┌│╚πíñ
*strings.7220:▌╒╤╥─í╘╢╞½Σ▓▐≥╬√╫─┼┐íñ≥╙─½Σ▓▐≥∙├⌡∩╟≤í¿
*strings.7230:MCOM-Global ±Ñ╞╕≤≥╒∙-1%s
*strings.7231:┼Σ╙╤φαε└
*strings.7232:<!-- ▌╒╤╥─í╘╢╚▄┘»▄¿╞φ╬√≤≥╒∙íñ\n ╞╞┘≥▌╖√⌠╠╧≈╗ΩΣíñ\n ε∙┼ªε╛≥╥! -->\n
*strings.7233:---±Ñ╞╕≤≥╒∙ß╕╩╓---\n
*strings.7240:▌┘┌┘: ▐≥╩╞┼Σ±ó: %.256s...
*strings.7241:▌┘┌┘: ┌┘·╜┼Σ±ó: %.256s...
*strings.7242:≥πδ¿: ─Γ╫Σα╥╧α°╒╬√╨·╟í▌┘┌┘íñ
*strings.7243:α╥╬╬φ²╠∙┼Σ±ó %.256s ╬√╚φσ⌠íñ
*strings.7244:α╥╬╬φ²╠∙┼Σ±ó %.256s ╬√╚φσ⌠íñ
*strings.7245:√⌠≤≥╒∙ ...
*strings.7246:√⌠≤≥╒∙...τ█╧█╨∙
*strings.7247:√⌠╞°≥τ...
*strings.7248:√⌠≤≥╒∙...╔∙╚⌐
*strings.7249:√⌠╞°≥τ...╔∙╚⌐
*strings.7250:┌┘╚¡ FTP ≤≥╒∙
*strings.7251:┌┘╚¡ FTP╞°≥τ
*strings.7252:┌┘╚¡φ░≡πíñ
*strings.7253:π«≥╙φ░≡π
*strings.7254:▌┘┌┘: ┼Σ±ó┌┘·╜íñß½╤í╟▀ß░...
*strings.7255:▌┘┌┘: ╟┬µ▄─í╚╣ (HTTP 0.9)...
*strings.7256:▌┘┌┘: ┼Σ±ó┌┘·╜íñß½╤í╟▀ß░(Gopher)
*strings.7257:Γ╙╟╡╚⌐┼ⁿ╬√α⌡╪╩
*strings.7258:Σ╗Ω╠: ┌┘╚¡Σ╗Ω╠±√∩╖─╤▄┌...
*strings.7259:Σ╗Ω╠: ┌┘╚¡Σ╗Ω╠±√∩╖─╤▄┌...
*strings.7260:Σ╗Ω╠: ┌┘╚¡┼╞▌²...
*strings.7261:┌┘╚¡┼╞▌²╟─╧╨
*strings.7262:Σ╗Ω╠: √⌠Σ╗Ω╠±√∩╖─╤▄┌╟─╧╨
*strings.7263:Σ╗Ω╠: √⌠Σ╗Ω╠±√∩╖─╤▄┌⌠Ω√¬╪╣╒╔
*strings.7264:Σ╗Ω╠: ┼╞▌²┌Ω╩⌐...
*strings.7301:α╥╬╬Φ╥╚τ╞└▌σ²¿Φ╓╧»
*strings.7302:┼ε▄í(Proxy)ε∙╩σ╬√┌µ√Γ┼╔╒∙(authentication scheme)╤╥─Γ▌╖┼┼╤╜╬√íñ
*strings.7303:HTTP τÑ─½ßú╩⌐╒δ┼°▄ó╪┤≡┘ⁿ╒─Γ┘▄╬√≥πδ¿í╡
*strings.7304:┌╖╚∙╬ñ≡┬╧╙╟▀╬√─Γ╧íτ¼╬φΦΦ: %d!
*strings.7305:·└╔╦! ╧µ⌡º╥╠≤▄╞ε≥πδ¿í¿ NET_TotalNumberOfProcessingURLs < 0
*strings.7306::·└╔╦! ╧µ⌡º╥╠≤▄╞ε≥πδ¿í¿NET_TotalNumberOfOpenConnections < 0
*strings.7307:─∙▌σ─Γ┼┼╤╜URNí«╦≡╞εHTTP┼ε▄í(proxy)╚∙╬ñ≡┬í¿
*strings.7308:╟┬Γ╨─½ε■╞ε╞¬─π÷╦ß■ߺ
*strings.7309:─Γ╞▀φ²╬√╪╣╒╔µ└
*strings.7310:┼╞▌²µ└Γ╛┼°ε»▐╪
*strings.7311:α╥╬╬µ╥τÑ mailbox
*strings.7312: SMTP Γ╙╟╡┼Σ±ó⌡Σ╩⌠╠∙σ°
*strings.7313:SMTP α⌡╪╩Γ╙╟╡≥πδ¿íñ╚∙╬ñ≡┬√└≤▄: %.256s
*strings.7314:·└╔╦: ─ΓδÑ°ⁿ╬√ε╛εú : `
*strings.7315:▐▐·└╧Ωµ└! ╩⌠α⌡▄ó≈╦▀╨≡┬═╨µ╪εú≡┬
*strings.7316:─Γ╫Σ∞┴┼√╧╨φ²δÑ╬√ß╕╬¬╠»φαε└
*strings.7330:·└╔╦: ▌╒╤╥─í╘╢╞½┘┌╚τ╬√ `%s' ╘╧╞█(script)!\n\n╔úYou %s ╚┤∙├╙╤╟π╔ú╬√╞█╟Γ±ó─╕τ¬╚τ╟╢π⌠╬√╦╖▄╙╠╘┼∩íñ\n▌╒╤╥Φ╫╟°╟└═╠╬√╨ú≥≥íñ\n╪µ╧µ╔ú╔∙╟└─ºµ╪▌╒╘╢╘╧╞█(script)í«╔┴╨¼╨··╛╔ú─Γ╙╤τ¬╚τíñ\n\n┘┌╚τπ├í⌐
*strings.7317:·└╔╦: ─í╘╢HTTP┼ε▄í(proxy)┼Σ±ó▌╖╤└╠∙(%s)í« ╚■╦█╤╥─í╘╢─Γ╧íτ¼╬√┼Σ±óíñ\n\n▌╒┘≥π⌠╠└▌╒╘╢╞└▌σ┼Σ±ó╤╥─Γ╞½┌┘·╜╬√íñ\n╔ú╬√╟╪╟≤╚∙╬ñ≡┬(name server)╞½╫Σ╞±┘┬≈εí⌐\n≥╛µµ╔ú╬√╦╖▄╙Ωº▄í╘▐íñ
*strings.7318:·└╔╦: ╤└╠∙─º─í╘╢─Γ╧íτ¼╬√SOCKS ┼Σ±ó (%s)íñ\n\n▌╒┘≥π⌠╠└▌╒╘╢╞└▌σ┼Σ±ó╤╥─Γ╞½┌┘·╜╬√íñ\n╔ú╬√╟╪╟≤╚∙╬ñ≡┬(name server)╞½╫Σ╞±┘┬≈εí⌐\n
*strings.7319:╟±╬¬╔ú╞╥Γⁿ╦≡╞ε╧µΓ╛╫╚╞ε┼┬╟╪╟≤╚∙╬ñ≡┬(non-root name server), \n╔úδµ╙╤▌├σ⌠ $SOCKS_NS⌠┐Φ║ⁿ╚Γ╪┼Φ╤└═ⁿ∩╦σ╡╬√╟╪╟≤╚∙╬ñ≡┬(name server)íñ \n╞╞╞½╫Σ╙╤(═╨─Γ╙╤)▌├σ⌠▌╒╘╢ⁿ╚Γ╪í«═╨SOCKS┼Σ±ó≤└≥┘í«╠»╚┤┘┬≈ε╬√┼Σ±ó╬√ IP ╟Γ╔▀╚╘─Γ╤╥╞╞╬√╬√╟╪╟≤íñ\n\n
*strings.7320:≥╛µµ╔ú╬√╦╖▄╙Ωº▄í╘▐íñ
*strings.7321:·└╔╦: ┼Φ─╢╬√┼Σ±ó─Γ╧íτ¼:\n\n
*strings.7322:·└╔╦: ┼Σ±ó %s ╤╥─Γ╧íτ¼╬√íñ\n
*strings.7323:\n▌╒π⌠╠└ßß─í╦Φ╠╧╟└▌σ┼Σ±ó╤╥─Γ╞½┌┘·╜íñ\n\n╞½╫Σ╔ú╬√╟╪╟≤╚∙╬ñ≡┬╚┤┘┬≈εí⌐\n
*strings.7324:╟πSunOS 4╦╖▄╙─╕í«╚┤╠Ñ╘╢ %s ╤╥╞½┘┌╚τ╬√í«\n─í╘╢╦≡╞ε DNSí«─í╘╢╦≡╞ε YP/NISíñ\n▌╒╤╥ DNS╞½┘┌╚τíñ ╞½╫Σ╔úδµ╙╤╦≡╞ε╞╢╞└─í╘╢í⌐\n\n
*strings.7325:╟πSunOS 4╦╖▄╙─╕í«╚┤╠Ñ╘╢ %s ╤╥╞½┘┌╚τ╬√í«\n─í╘╢╦≡╞ε DNSí«─í╘╢╦≡╞ε YP/NISíñ\n▌╒╤╥ YP/NIS ╞½┘┌╚τíñ╞½╫Σ╔úδµ╙╤╦≡╞ε>>╞└─í╘╢í⌐\n\n
*strings.7331:╤╥
*strings.7332:╞½╫Σ
*strings.7333:√Γ╙ε≤⌠╤τ╞┬┌⌡íñ ╙∞µ▄?
*strings.7334:┼ε▄í(Proxy)√Γ╙ε≤⌠╤τ╞┬┌⌡íñ ╙∞µ▄?
*strings.7335:╙∞Σ╗Γ╙┘∞╩░╚⌐φ░≡π?
*strings.7336:╟π²¿╥α═╘╚┤╬√Σ╗Ω╠±√∩╖─╤▄┌─µ╨⌐í«\nNetscape ╧±╟⌠─í╟╣Σ╗Ω╠±√∩╖─╤▄┌╟─╧╨íñ\n\n╟πε■╠▒µ╪ε■≡┬═╨ΦΩ▌┌▌┘┌┘─πí«▌╒╞½╫Σδµ╙╤─¡┼íΩííñ\n╔ú╞½┌╖'≤≥╒∙'≥┘Γ·─π≥┘≡σ'Σ╗ß■ߺ'╤Ñ·½·²÷▀√¬íñ·½·²?
*strings.7351:╪╣╒╔: ╧µ╬╬╤└╠∙≡┬ `%c'\n
*strings.7352:┘┌╚τ╩╒╟Θ⌡º╒δ╟╪╟≤
*strings.7353:┘┌╚τ╩╒╟Θ XPStats
*strings.7360:ε∙≥╙─½─í╘╢╞ε┼┬╟╪ß┐Σ╗Ω╠╚∙╬ñ≡┬╟⌠╠╜
*strings.7361:╥│╞ε┼┬≥╙─½─╟┼∩ :
*strings.7400:<title>╚∙╬ñ≡┬╟─╧╨</title>\n<h1>╚∙╬ñ≡┬╟─╧╨</h1>\n▌╒╤╥╔ú°▄σ≈╬√Σ╗Ω╠±√∩╖─╤▄┌╬√╚∙╬ñ≡┬╟─╧╨íñ\nε∙≥┘≡σ─í╘╢╚∙╬ñ≡┬┼Φ²¿╥αΣ╗Ω╠±√∩╖─╤▄┌╬√╟─╧╨íñ\n<ul>
*strings.7401:<TITLE>─╪°▄σ≈╬√Σ╗Ω╠±√∩╖─╤▄┌</TITLE>\n<H1>°▄σ≈╬√Σ╗Ω╠±√∩╖─╤▄┌</H1>\n▌╒╤╥σ╡╨⌐°▄σ≈╬√Σ╗Ω╠±√∩╖─╤▄┌╬√╚∙╬ñ≡┬íñ\nΣ╗Ω╠±√∩╖─╤▄┌╟╪╟≤╞╩∙▒╬√φ░╟≤╤╥╚┤╟Θ┼╖Σ╗Ω╠╔ú⌡Σ╩⌠√⌠\n
*strings.7402:┼╞▌²╟⌠╟π═⌡σ╡╨⌐▄┌─πíñ\n<P>\n╪═┼°╟╢╚⌠─í╘╢Σ╗Ω╠±√∩╖─╤▄┌í«\n≥┘≡σΦ╫≤▄╬√╤║Γ┌╦Σ╤║"┌╖≥┘≡σ╬√Σ╗Ω╠±√∩╖─╤▄┌─π╪═┼°""\n
*strings.7403:╤║Γ┌íñ╙╤°▄σ≈╠»─í╘╢Σ╗╬√Σ╗Ω╠±√∩╖─╤▄┌í«\n╟π"°▄σ≈╠»╞█Σ╗Ω╠±√∩╖─╤▄┌"┘╤─π≥╙─½Σ╗Ω╠\n±√∩╖─╤▄┌╬√╟╪╟≤╦Σ╤║╟▀╦╧\n<P>\n╤║"╙∞µ╥τÑ"╤║Γ┌┼Φ╠╜┌╡▐▓Σ╗╬√┼╞▌²╟─╧╨íñ<p>\n
*strings.7404:<TITLE>Σ╗Ω╠≥πδ¿!</TITLE>\n<H1>Σ╗Ω╠≥πδ¿!</H1> Σ╗Ω╠┼Σ±ó╟▀≤▄: <b>%s</b><p>\n
*strings.7405:<b><p>╞½╫Σ┼╞▌²─╪σετ┤▀µ</b><p>\n
*strings.7406:<TITLE>Σ╗Ω╠±√∩╖─╤▄┌╟─╧╨</TITLE>\n<H1>Σ╗Ω╠±√∩╖─╤▄┌╟─╧╨</H1>\n<DL>\n
*strings.7407:<TITLE>Σ╗▄┌╟─╧╨</TITLE>\n<H2>╚▄┌╖%s╬√Σ╗▄┌╟─╧╨</H2><UL>\n
*strings.7408:\n<HR>\n<TITLE>Σ╗Ω╠±√∩╖─╤▄┌: %s</TITLE>\n<H1>Σ╗Ω╠±√∩╖─╤▄┌: %s</H1>\n<UL>\n
*strings.7409:<TITLE>Σ╗Ω╠≥πδ¿</TITLE>\n<h2>≥πδ¿: ╔ú╬√τ┘─═Γ╙╟╡╟Γ╔▀╩⌠╚┤╞▀φ²╪┘σ⌠</H2>\n╟π"≥┘Γ·"≥┘Γ·─π≥┘≡σ"≤└≥┘"╞¬▌├σ⌠╔ú╬√╟Γ╔▀<br>\n╔ú╞╥Γⁿ╤└╠∙┼Φ─╢╧╨╬√╧╙╟▀╟Γ╔▀: <i>someone@nowhere.net</i>
*strings.7410:<TITLE>USENET Σ╗Ω╠Γ╙┘∞</TITLE>\n<FORM METHOD="POST" ACTION="%s">\n<H1>USENET Σ╗Ω╠Γ╙┘∞</H1>\n<DL><DT>Γ╙┘∞╠»Σ╗Ω╠±√∩╖─╤▄┌:<DD><A HREF="%snews:%s">%s</A></DL>\n
*strings.7411:<PRE> <b>┼Σ≈ε:</b> <INPUT NAME=_SUBJECT SIZE=53>\n<b>Σ╗Ω╠±√∩╖─╤▄┌:</b> <INPUT NAME=_NEWSGROUPS SIZE=53 VALUE="%s">\n
*strings.7412:<b>╪╣╒╔:</b>\n<TEXTAREA NAME="_MESSAGE" COLS=70 ROWS=24>
*strings.7413:</TEXTAREA>\n<p><input type=submit value="Post Message"></FORM>\n<H3>≥┘≡σ: "Go->Back" ╔┤╪µΓ╙┘∞╦Σ╧╙╟▀Σ╗Ω╠±√∩╖─╤▄┌</H3>
*strings.7414:<FONT SIZE=+1>(<A HREF="%s/%ld-%ld%s">▐▓╚«╬√┼╞▌²</a>...)<BR>\n
*strings.7415:(<A HREF="%s/%ld-%ld%s">τñ╚«╬√┼╞▌²</a>...)</FONT><p>\n
*strings.7416:<FONT SIZE=+1>(<A HREF="%snews:%s%s%s%s/%ld-%ld%s">τñ█Ñ╬√┼╞▌²</A>...)<BR>\n
*strings.7417:(<A HREF="%snews:%s%s%s%s/%ld-%ld%s">▐▓█Ñ╬√┼╞▌²</A>...)</FONT><P>\n
*strings.7418:<TITLE>FTP ≥πδ¿</TITLE>\n<H1>FTP ≥πδ¿</H1>\n<h2>─Γ╫Σα⌠≥τ╠»FTP╚∙╬ñ≡┬</h2>\n<PRE>
*strings.7419:<TITLE>FTP ≥πδ¿</TITLE>\n<H1>FTP ≥πδ¿</H1>\n<h2>FTP π«≥╙╞┬┌⌡:</h2>\n<PRE>
*strings.7420:<TITLE>Gopher ╫─┼┐%s</TITLE><H1>%s <BR>Gopher Σ▓▐≥</H1>\n▌╒╤╥─í╘╢╞½Σ▓▐≥╬√Gopher╫─┼┐íñ\n╦≡╞ε╔ú╬√÷▀√¬≡┬╬√┼ⁿ╫Σ╞½Γ╨─½Σ▓▐≥ΦΦíñ\n<ISINDEX>
*strings.7421:<TITLE>CSO ╩╞▐≥ %s</TITLE><H1>%s CSO ▐≥╩╞</H1>\nA CSO φ░≡π╒╗▌╫┌ª┼²╔╓τ┘µπ╞█═╨╞°≥τíñ\n╦≡╞ε╔ú╬√÷▀√¬≡┬╬√┼ⁿ╫Σ╞½Γ╨─½Σ▓▐≥ΦΦíñ\n<ISINDEX>
*strings.7422:<TITLE>╟ú╞┬Γ╙┘∞╟▀ε∩φ░≡π</TITLE>\n<H1>φ░≡π╟ú╞┬</H1>\n╞█≤≥╒∙╤╥Γ╙┘∞≡τ╔ó╬√ß╕╬¬╦Σ┼Γ┌╖╪φ▌┌ε┬╟⌠─╪τ┤▀µíñ\n╟±╬¬╔úπ≈╔ú╫Σ┘▄╙∞Σ╗Γ╙┘∞▌╒╧╨╓¬φ░≡π┼Φ╙∞╨·≤≥╒∙í«╤║<b>╙∞µ╥τÑ</b>⌡∩íñ\n
*strings.7430:</DL>\n<INPUT TYPE=submit VALUE="┌╖≥┘≡σ╬√Σ╗Ω╠±√∩╖─╤▄┌─π╪═┼°">\n</FORM>\n
*strings.7431:<HR>\n<FORM METHOD=POST ACTION="%snews:%s%s%s*"><INPUT TYPE=submit VALUE="²¿╥α═╘╚┤╬√Σ╗Ω╠±√∩╖─╤▄┌"></FORM>
*strings.7432:<FORM METHOD=POST ACTION="%snewsrc://%s/">°▄σ≈╠»╞█Σ╗Ω╠±√∩╖─╤▄┌─π: <INPUT NAME="SUBSCRIBE" TYPE=text></FORM>\n
*strings.7433:\n<INPUT TYPE=submit VALUE="°▄σ≈╠»≥┘≡σ╬√Σ╗Ω╠±√∩╖─╤▄┌─π"></FORM>
*strings.7434:<FORM METHOD=POST ACTION="%snews:%s%s%s?NEW-GROUPS"><INPUT TYPE=SUBMIT VALUE="┌╖─╕╚╣╩╒Σ╗─π╠╜Σ╗▄┌"></FORM>
*strings.7435:<HR>\n<FORM METHOD=GET ACTION="%sΣ╗Ω╠:%s%s%s">Σ▓▐≥Σ╗Ω╠±√∩╖─╤▄┌: <INPUT TYPE=TEXT NAME=ISINDEX></FORM>\n
*strings.7450:RSA Public Key Cryptography
*strings.7451:International
*strings.7452:▌╒╤╥─í╘╢╧µ╟°╟└≤≥╒∙í«╞╞╩⌠╚┤▌╖┼√┘∩╚╘┼Γ╩⌠╚┤┌╡╠»╟°╟└╧±√¼íñ
*strings.7453:<h3>α╥Σ╗▄┌</h3>
*strings.7454:\n<H1>╟π╞█▄┌─∙α╥┼╞▌².</H1>\n
*strings.7455:\n<H1>╟π╤└╠∙ε»▐╪─∙α╥┼╞▌².</H1>\n
*strings.7456:≥╙─½╞ε┼┬╟╪ß┐ %.200s ╟π %.256s:
*strings.7460:▌╒╤╥─í╘╢╦≡╞ε─º╦≥╙í┘╧┼°─╟╞ε╬√─π╫╚┼√┘∩⌡∩╬√╟°╟└≤≥╒∙
*strings.7461:▌╒╤╥─í╘╢╦≡╞ε─º╞╖ß┐╙í┘╧┘╧─∙╦≡╞ε╬√╪φ╫╚┼√┘∩⌡∩╬√╟°╟└≤≥╒∙
*strings.8000:╟─╧╨ß╕╩╓
*strings.8001:≡∞╘╢╟─╧╨
*strings.8002:x-euc-tw
*strings.8003:╧±╟⌠╥│... (∙╦╨╬ %.90s, ε╛εú%.90s)
*strings.8004:╧±╟⌠╥│... (∙╦╨╬ %.90s)
*strings.8005:╧±╟⌠╥│... (ε╛εú %.90s)
*strings.8006:╧±╟⌠╥│...
*strings.8007:≥πδ¿╞╘ΓΣ %.900s:
*strings.8008:≥πδ¿╔┤╪µ┼° %.900s:
*strings.8009:σ╡▌┘┌┘╒δí«┼Φ╞ε┼┬ `%.900s' α⌠≥τ
*strings.8010:╪┤≡┘ⁿ╒─Γ┘▄ -- ─Γ╫Σ╞╘ΓΣURL
*strings.8011:─Γ╫Σµ╥τÑ:\n%s
*strings.8012:%s\n╩⌠╚┤╔▒╬√µ±Σπ╤╥╟┘▄í╬√!\n╦≡╞ε╪═╤Ñ╬√╟≤ⁿ╒ "%s"┼ε▀σíñ
*strings.8013:%s\n╩⌠╚┤╔▒╬√µ±Σπ╤╥╟┘▄í╬√!\n╪═╤Ñ╬√╟≤ⁿ╒ "%s" ─Γ╫Σ╔▒µ╥τÑ!\n═≤█╣íñ
*strings.8014:α²Θ≈─╕╬√╒≤ⁿ╛≤≥╒∙─╪σε╩╤τ┤: ═≤█╣╔ú╬√╘║╩╤?
*strings.8015:α²Θ≈─╕╬√╒≤ⁿ╛≤≥╒∙─╪σε╩╤τ┤í¿╙∞Σ╗µ╥τÑ╞╞í⌐
*strings.8016:Σ╗Γ·╞°
*strings.8017:Σ╗φ║≈ε
*strings.8018:╔┤╪µ∙╦╞° "%.200s" ╠╧╞╞╬√ %d ─½─╟?
*strings.8019:╔┤╪µ∙╦╞° "%.200s" ╠╧╞╞╬√ %d ─½─╟?
*strings.8020:≥╙┼°╒≤ⁿ╛
*strings.8021:≥╙─½╒≤ⁿ╛
*strings.8022:This version supports %s security with %s.
*strings.8023:╟°╟└═╠∙├▌≡
*strings.8024:≤≥╒∙:/usr/local/lib/netscape/docs/Welcome.html
*strings.8025:≤≥╒∙:╔∙╚⌐
*strings.8026:╞╘ΓΣ≤≥╒∙
*strings.8027:╞╘ΓΣΩºτ¼╠» %.900s ≥πδ¿
*strings.8028:·└╔╦:\n\n
*strings.8029:%s "%.255s" ─Γ╟⌠╟π.\n
*strings.8030:%s "%.255s" ╤╥─Γ╧íτ¼.\n
*strings.8031:╩⌠╚┤╥│ %s ╤└╠∙≥╙┼°┘╒µ└íñ\n
*strings.8032:Γ╙╟╡┼Σ±ó
*strings.8033:Σ╗Ω╠┼Σ±ó
*strings.8034:Σ╗Ω╠RC ╞°≥τ
*strings.8035:⌡º╒δ╞°≥τ
*strings.8036:FTP ┼ε▄í(proxy)┼Σ±ó
*strings.8037:Gopher ┼ε▄í(proxy)┼Σ±ó
*strings.8038:HTTP ┼ε▄í(proxy)┼Σ±ó
*strings.8039:HTTPS ┼ε▄í(proxy)┼Σ±ó
*strings.8040:WAIS ┼ε▄í(proxy)┼Σ±ó
*strings.8041:SOCKS ┼Σ±ó
*strings.8042:Global MIME∙╦╨╬≤≥╒∙
*strings.8043:╦│─⌐MIME∙╦╨╬≤≥╒∙
*strings.8044:Global mailcap≤≥╒∙
*strings.8045:╦│─⌐mailcap≤≥╒∙
!!add by tony
.netscape.netscape.docinfo_popup.docinfo.OK.labelString: φ²δÑ
.netscape.netscape.form.topArea.topLeftArea.urlLabel.width: 70